Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hisandan authored Oct 22, 2023
1 parent cdecedc commit 97b0a2a
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:18-alpine

WORKDIR /code
COPY package.json jsconfig.json /code/
COPY . /code/
RUN npm install

EXPOSE 80
#
COPY . /code/

CMD ["npm", "start"]

0 comments on commit 97b0a2a

Please sign in to comment.