Skip to content

Commit 47bf9cf

Browse files
authored
comment out Playwright for fastapi dockerfile
Playwright is a heavy dep, only install when needed on the image Signed-off-by: Zaffer <51871197+Zaffer@users.noreply.github.com>
1 parent cc6b98a commit 47bf9cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/_templates/fast_api/fastapi.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ COPY --from=builder-stage /venv /venv
6161
# copy src to app folder
6262
COPY ./src/app .
6363

64-
# Install playwrite dependencies
65-
RUN playwright install --with-deps chromium
64+
# # Install playwrite dependencies
65+
# RUN playwright install --with-deps chromium
6666

6767
# use a non-root user
6868
RUN addgroup --system school && adduser --system --ingroup school fish

0 commit comments

Comments
 (0)