Skip to content

Commit

Permalink
feat: corrected folders in docker entrypoint script (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jul 16, 2023
1 parent 9d713ae commit 16ecde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

#=== Set folder permissions ===
folders="attachments data images config"
folders="content/core/config content/core/data content/core/logs content/user/attachments content/user/images"

mkdir -vp $folders

Expand Down

0 comments on commit 16ecde9

Please sign in to comment.