Skip to content

Commit

Permalink
chore: up dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Oct 6, 2022
1 parent f22121e commit 6562a66
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
Expand Up @@ -2,9 +2,9 @@ FROM algoux/nodebase:16

WORKDIR /app/

COPY dist ./dist
COPY server ./server
COPY package.json ./
COPY server ./server
COPY dist ./dist

ENV PATH="/app/server/node_modules/pm2/bin:${PATH}"
CMD npm run start:docker

0 comments on commit 6562a66

Please sign in to comment.