Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Castellum
castellum_scheduler
Commits
4415a824
Commit
4415a824
authored
Nov 09, 2020
by
Bengfort
Browse files
docker: migrate automatically
parent
530c3d4b
Pipeline
#7708
passed with stages
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4415a824
...
...
@@ -22,4 +22,4 @@ RUN pip3 install -r requirements.txt && \
RUN
python3
-m
django collectstatic
--no-input
--settings
=
scheduler.settings.development
&&
\
python3
-m
django compilemessages
-l
de
CMD
uwsgi uwsgi.ini --die-on-term
CMD
sh -c 'python3 -m django migrate &&
uwsgi uwsgi.ini --die-on-term
'
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