mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 21:49:54 +00:00
.
This commit is contained in:
parent
4617ceaf91
commit
a6fe06870a
@ -16,4 +16,7 @@ COPY tabby tabby
|
||||
|
||||
COPY start.sh /start.sh
|
||||
RUN ["chmod", "+x", "/start.sh"]
|
||||
|
||||
RUN ./manage.py collectstatic --noinput
|
||||
|
||||
CMD ["/start.sh"]
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
cd /app
|
||||
./manage.py migrate
|
||||
./manage.py collectstatic --noinput
|
||||
gunicorn
|
||||
|
Loading…
x
Reference in New Issue
Block a user