Skip to content

Commit

Permalink
fix Dockerfile and remove old
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJume committed Aug 28, 2020
1 parent eaba47b commit 996262b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production

COPY src/ src/
COPY . .

COPY --from=frontend /build/dist/ src/frontend/dist/

Expand All @@ -33,4 +33,4 @@ EXPOSE 3000

VOLUME /app/share/

CMD [ "npx", "pm2-runtime", "--raw", "src/pm2.config.js" ]
CMD [ "npx", "pm2-runtime", "--raw", "pm2.config.js" ]
23 changes: 0 additions & 23 deletions Dockerfile.old

This file was deleted.

0 comments on commit 996262b

Please sign in to comment.