Skip to content

Commit

Permalink
Minor docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Sep 19, 2023
1 parent 9adabb7 commit 0800a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ RUN npm install -g pnpm
# Only install dependencies for production (ignore "devDependecies" section in package.json).
RUN pnpm install --prod

EXPOSE 3000
CMD [ "node", "dist/src/local-server.js" ]

0 comments on commit 0800a6f

Please sign in to comment.