Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
91
Issues
91
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gracedb
Commits
38632f93
Verified
Commit
38632f93
authored
Feb 28, 2019
by
Thomas Downes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure new cleanup script is executable
parent
9af32fdf
Pipeline
#51103
passed with stage
in 3 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
38632f93
...
...
@@ -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
{}
+
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment