Yakova commited on
Commit
039d971
·
verified ·
1 Parent(s): ce0fbfe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,5 +67,5 @@ USER admin
67
  EXPOSE 7860
68
 
69
  # Define the command to run the start script
70
- CMD npx playwright install && npm start & http-server public -p 7860
71
 
 
67
  EXPOSE 7860
68
 
69
  # Define the command to run the start script
70
+ CMD npm start
71