Skip to content

Commit

Permalink
Fix /.cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 20, 2024
1 parent 819f2a4 commit 868018f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ RUN pip install .[server-apps] --no-cache-dir && \

# Add user and set permissions before moving .cache folder
RUN useradd -u 8877 hypha && \
mkdir -p /home/hypha/.cache && \
mv /root/.cache/ms-playwright /.cache/ && \
mkdir -p /.cache && \
mv /root/.cache/ms-playwright /.cache && \
chown -R hypha:hypha /.cache

# Switch to non-root user
Expand Down

0 comments on commit 868018f

Please sign in to comment.