Skip to content

Commit 6959c28

Browse files
committed
pnpm start
1 parent 227ee0b commit 6959c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ RUN CI=true pnpm run build
4949
EXPOSE 3000
5050

5151
# Start the application
52-
ENTRYPOINT "pnpm start"
52+
ENTRYPOINT ["pnpm", "start"]

0 commit comments

Comments
 (0)