Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Genzoo7 committed May 9, 2024
1 parent 4de6765 commit f7835b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-alpine
WORKDIR /app
COPY server/package.json /app
COPY server/package-lock.json /app
COPY package.json /app
COPY package-lock.json /app
RUN npm install
COPY server .
ENTRYPOINT npm run start

0 comments on commit f7835b6

Please sign in to comment.