Skip to content

Commit

Permalink
Update file permission in the Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
soline-b committed Dec 7, 2023
1 parent 932c999 commit 210c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clockwork_frontend_test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM clockwork_web
# Create folder required by Playwright to install browsers
# and set permissions so that Playwright can install browsers in this folder
RUN mkdir /.cache
RUN chmod -R 776 /.cache
RUN chmod -R 777 /.cache

RUN apt update && apt install -y build-essential

Expand Down

0 comments on commit 210c23e

Please sign in to comment.