We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6b98a commit 47bf9cfCopy full SHA for 47bf9cf
1 file changed
services/_templates/fast_api/fastapi.dockerfile
@@ -61,8 +61,8 @@ COPY --from=builder-stage /venv /venv
61
# copy src to app folder
62
COPY ./src/app .
63
64
-# Install playwrite dependencies
65
-RUN playwright install --with-deps chromium
+# # Install playwrite dependencies
+# RUN playwright install --with-deps chromium
66
67
# use a non-root user
68
RUN addgroup --system school && adduser --system --ingroup school fish
0 commit comments