Skip to content

Commit

Permalink
feat(#13): copy modules
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 12, 2024
1 parent fd568d8 commit 71b2cfe
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
Expand Up @@ -26,7 +26,7 @@ FROM node:20
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
RUN npm run package
COPY . .
CMD ["node", "dist/index.js"]

0 comments on commit 71b2cfe

Please sign in to comment.