amaye15 commited on
Commit
77e5676
·
1 Parent(s): cec7f65
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -276,5 +276,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
276
  # Expose port
277
  EXPOSE 8000 11235 9222 8080
278
 
 
 
279
  # Start the FastAPI server
280
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "11235"]
 
276
  # Expose port
277
  EXPOSE 8000 11235 9222 8080
278
 
279
+ RUN python -m playwright install chromium
280
+
281
  # Start the FastAPI server
282
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "11235"]