Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -41,5 +41,5 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
|
|
41 |
RUN mkdir -p $PLAYWRIGHT_BROWSERS_PATH \
|
42 |
&& playwright install chromium --with-deps
|
43 |
|
44 |
-
# Run the app when the container launches
|
45 |
-
CMD ["python", "
|
|
|
41 |
RUN mkdir -p $PLAYWRIGHT_BROWSERS_PATH \
|
42 |
&& playwright install chromium --with-deps
|
43 |
|
44 |
+
# Run the app when the container launches
|
45 |
+
CMD ["python", "app.py"]
|