Skip to content
Snippets Groups Projects
Verified Commit 38632f93 authored by Thomas Downes's avatar Thomas Downes
Browse files

Ensure new cleanup script is executable

parent 9af32fdf
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ RUN useradd -M -u 50001 -g www-data -s /bin/false gracedb
# set secure file/directory permissions. In particular, ADD command at
# beginning of recipe inherits umask of user running the build
RUN chmod 0755 /usr/local/bin/entrypoint && \
chmod 0755 /usr/local/bin/cleanup && \
chown gracedb:www-data /app/logs /app/project_data && \
chmod 0750 /app/logs /app/project_data && \
find /app/gracedb_project -type d -exec chmod 0755 {} + && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment