Skip to content

Commit

Permalink
Set read-write-execute permissions on cypress-visual-* artifact direc…
Browse files Browse the repository at this point in the history
…tories
  • Loading branch information
oliverjwroberts committed Jan 29, 2024
1 parent f3bf55a commit f117186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.storybook
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN mkdir -p /usr/src/app/cypress-visual-report && \
mkdir -p /usr/src/app/cypress-visual-screenshots && \
# Set permissions
chown -R $CURRENT_UID:$CURRENT_GID /home/node && \
chown -R $CURRENT_UID:$CURRENT_GID /usr/src/app
chown -R $CURRENT_UID:$CURRENT_GID /usr/src/app && \
chmod -R 777 /usr/src/app/cypress-visual-report /usr/src/app/cypress-visual-screenshots

# Set the working directory to the app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit f117186

Please sign in to comment.