Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Viacheslav Ostroukh
research-docker
Commits
0acc5989
Commit
0acc5989
authored
Nov 07, 2017
by
Anton Akhmerov
Browse files
rerun fix-permissions script (as done by the base image)
Closes #6 (or so I hope)
parent
939f3674
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0acc5989
...
...
@@ -102,6 +102,9 @@ RUN curl -s https://syncthing.net/release-key.txt | apt-key add - && \
# Install supervisor for automatic starting of syncthing
COPY
supervisord.conf /etc/supervisor/supervisord.conf
# Fix permissions (required when following the base image)
RUN
fix-permissions /opt/conda
# copy startup.sh script and set start-up command
COPY
startup.sh /usr/local/bin
CMD
["startup.sh"]
...
...
Write
Preview
Supports
Markdown
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