Yakova commited on
Commit
8e97533
1 Parent(s): d59e17b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,5 +42,5 @@ RUN chmod +x start.sh
42
  EXPOSE 7860
43
 
44
  # Define the command to run the start script
45
- CMD npx playwright install && http-server public -p 7860 & npm start
46
 
 
42
  EXPOSE 7860
43
 
44
  # Define the command to run the start script
45
+ CMD npx playwright install && npm start & http-server public -p 7860
46