Move docker utils under a dedicated folder
This commit is contained in:
parent
b749b734c7
commit
76ed5b9c4f
3 changed files with 2 additions and 2 deletions
|
@ -63,4 +63,4 @@ EXPOSE 8000
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||||
|
|
||||||
CMD ["/srv/umap/docker-entrypoint.sh"]
|
CMD ["/srv/umap/docker/entrypoint.sh"]
|
||||||
|
|
|
@ -26,4 +26,4 @@ umap collectstatic --noinput
|
||||||
# compress static files
|
# compress static files
|
||||||
umap compress
|
umap compress
|
||||||
# run uWSGI
|
# run uWSGI
|
||||||
exec uwsgi --ini uwsgi.ini
|
exec uwsgi --ini docker/uwsgi.ini
|
Loading…
Reference in a new issue