understanding commited on
Commit
92a76c8
·
verified ·
1 Parent(s): 4755bf3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,5 +54,5 @@ USER appuser
54
  EXPOSE 7860
55
 
56
  # The command to run your application using pnpm in dev mode
57
- CMD ["pnpm", "run", "build"]
58
 
 
54
  EXPOSE 7860
55
 
56
  # The command to run your application using pnpm in dev mode
57
+ CMD ["pnpm", "start"]
58