Skip to content

Commit

Permalink
chown app directory too for celery beat schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
dr strangelove committed Jan 25, 2021
1 parent b12d42b commit ad32b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONFIG_PATH=/nefarious-db/
# set config path permissions to be writable by the non-root user
if [ -e "${CONFIG_PATH}" ]
then
chown -R $RUN_AS_USER:$RUN_AS_USER "${CONFIG_PATH}"
chown -R $RUN_AS_USER:$RUN_AS_USER "${CONFIG_PATH}" .
else
echo config path ${CONFIG_PATH} does not exist so cannot set permissions
fi
Expand Down

0 comments on commit ad32b85

Please sign in to comment.