Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -31,7 +31,5 @@ COPY --chown=user . $HOME/app
|
|
31 |
|
32 |
# Install Playwright browsers as the "user" user
|
33 |
RUN playwright install
|
34 |
-
# Install Playwright and its dependencies
|
35 |
-
RUN playwright install --with-deps
|
36 |
|
37 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
31 |
|
32 |
# Install Playwright browsers as the "user" user
|
33 |
RUN playwright install
|
|
|
|
|
34 |
|
35 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|