mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-08-28 12:11:51 +00:00
.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user