Update Dockerfile
Browse files- 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
|
| 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 |
|