Skip to content
GitLab
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
8514387a
Verified
Commit
8514387a
authored
Feb 21, 2019
by
Joren Vrancken
Browse files
Do migrate, collectstatic and compress in entrypoints
parent
4fa22b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/entrypoint_production.sh
View file @
8514387a
...
...
@@ -12,6 +12,11 @@ done
>
&2
echo
"PostgreSQL is up"
cd
/usr/src/app/website/
./manage.py collectstatic
--no-input
./manage.py migrate
--no-input
./manage.py compress
--force
>
&2
echo
"Running site with uwsgi"
uwsgi
--chdir
/usr/src/app/website
\
--socket
:8000
\
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment