Skip to content

Commit

Permalink
cache folder on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
kudj committed Oct 2, 2024
1 parent 6de935a commit d3d609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN playwright install --with-deps chromium
RUN useradd -m -s /bin/bash myuser
USER myuser
# fix for AWS stack
RUN mkdir -p /var/www/.cache/ms-playwright && chown -R myuser:myuser /var/www/.cache/ms-playwright \
ENV PLAYWRIGHT_BROWSERS_PATH=/home/myuser/.cache/ms-playwright
RUN playwright install chromium

WORKDIR /code/
Expand Down

0 comments on commit d3d609c

Please sign in to comment.