Skip to content

Commit

Permalink
Add chmod
Browse files Browse the repository at this point in the history
Signed-off-by: Tamás András Horváth <[email protected]>
  • Loading branch information
icetee committed May 11, 2023
1 parent 94329a6 commit b5a8b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/config/webapp/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ if [ $MODE = "production" ]; then
fi

mkdir -p data/cache/DoctrineEntityProxy
chmod 777 -R data/cache/DoctrineEntityProxy
1 change: 1 addition & 0 deletions k8s/php/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ if [ $MODE = "production" ]; then
fi

mkdir -p data/cache/DoctrineEntityProxy
chmod 777 -R data/cache/DoctrineEntityProxy

0 comments on commit b5a8b2b

Please sign in to comment.