Skip to content

Commit

Permalink
feat: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Oct 3, 2024
1 parent 86d5e12 commit 71b4802
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# syntax=docker/dockerfile:1

ARG NODE_VERSION=20.12.2
ARG PNPM_VERSION=9.0.5

Expand Down Expand Up @@ -74,4 +72,4 @@ EXPOSE 8080

# Run the application.
# CMD ["npx", "sirv-cli", "build/client", "--single", "--port", "8080", "--cors", "--dev"]
CMD ["pnpm", "run", "serve"]
CMD ["pnpm", "run", "serve"]

1 comment on commit 71b4802

@vercel
Copy link

@vercel vercel bot commented on 71b4802 Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.