Skip to content

Commit

Permalink
fix: match the name of the caches directory in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegehard committed Jan 17, 2025
1 parent 6451d59 commit 83c48c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/home/appuser/pw-browsers
ENV PLAYWRIGHT_SKIP_BROWSER_GC=1

# Create directories with proper permissions
RUN mkdir -p /home/appuser/.aider /home/appuser/.cache /home/appuser/pw-browsers && \
RUN mkdir -p /home/appuser/.aider /home/appuser/.caches /home/appuser/pw-browsers && \
chown -R appuser:appuser /home/appuser /app /venv

# So git doesn't complain about unusual permissions
Expand Down

0 comments on commit 83c48c4

Please sign in to comment.