Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
60593638
Unverified
Commit
60593638
authored
Apr 01, 2017
by
Thom Wiggers
📐
Browse files
Dockerfile: Move statics such as entrypoint up in the build
parent
0caae2a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
60593638
...
...
@@ -9,6 +9,10 @@ ENV DJANGO_PRODUCTION 1
ENV
PYTHONUNBUFFERED 1
ENV
DEBIAN_FRONTEND=noninteractive
# Set up entrypoint and command
ENTRYPOINT
["/usr/local/bin/entrypoint.sh"]
CMD
["--help"]
# Create /concrexit dir
# Create log dir and log file
# Create app dir
...
...
@@ -43,6 +47,3 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \
# copy app source
COPY
website /usr/src/app/
ENTRYPOINT
["/usr/local/bin/entrypoint.sh"]
CMD
["--help"]
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