Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
603d991d
Commit
603d991d
authored
6 years ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Open up /logs in docker image
parent
fc310b02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
603d991d
...
...
@@ -11,9 +11,9 @@ RUN addgroup -g 1000 teklia && adduser -D -u 1000 -G teklia ark
# Allow access to python egg cache
RUN
mkdir
-p
$PYTHON_EGG_CACHE
&&
chmod
a+rxw
$PYTHON_EGG_CACHE
# Allow access to medias
RUN
mkdir
-p
/medias/staging /medias/iiif
RUN
chown
-R
ark:teklia /medias
# Allow access to medias
and logs
RUN
mkdir
-p
/medias/staging /medias/iiif
/logs
RUN
chown
-R
ark:teklia /medias
/logs
# Allow access to default logs dir
RUN
mkdir
-p
/logs
&&
chmod
a+rxw /logs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment