Skip to content

Commit

Permalink
Merge pull request #13 from 000KJ/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
000KJ authored May 10, 2024
2 parents 9ddf161 + 67b5048 commit a115469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine
ENV NODE_ENV=production
WORKDIR /usr/src/index
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "../"]
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]
RUN npm install --production --silent && mv node_modules ../
COPY . .
EXPOSE 8080
Expand Down

0 comments on commit a115469

Please sign in to comment.