Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Oct 10, 2024
1 parent ef0b667 commit 3510111
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM node:22

WORKDIR /usr/src/app
WORKDIR /app

COPY package*.json ./

RUN npm install

COPY . .

EXPOSE 80
Expand Down

0 comments on commit 3510111

Please sign in to comment.