Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gladwindos committed Apr 7, 2024
1 parent dfee3de commit 006042e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ RUN pnpm deploy --filter=@gateweaver/server --prod /prod/server
FROM base
COPY --from=build /prod/server /app
WORKDIR /app
EXPOSE 8080
CMD [ "node", "./dist/main.js" ]

0 comments on commit 006042e

Please sign in to comment.