Skip to content

Commit

Permalink
Made minor modifications to fix deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulcro committed Nov 12, 2024
1 parent 94ef01c commit 842b2c1
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 11 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ FROM node:22.11.0

WORKDIR /app

COPY . .

COPY package*.json ./

RUN npm install

COPY . .

RUN npm run build

EXPOSE 3000

CMD ["npm","run","start"]
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

Loading

0 comments on commit 842b2c1

Please sign in to comment.