mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 14:09:57 +00:00
.
This commit is contained in:
parent
103dcea95b
commit
d7f533d544
@ -13,4 +13,4 @@ WORKDIR /app
|
|||||||
COPY --from=0 /usr /usr
|
COPY --from=0 /usr /usr
|
||||||
COPY start.sh manage.py gunicorn.conf.py ./
|
COPY start.sh manage.py gunicorn.conf.py ./
|
||||||
COPY tabby tabby
|
COPY tabby tabby
|
||||||
ENTRYPOINT ./start.sh
|
ENTRYPOINT ["/app/start.sh"]
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
cd /app
|
||||||
./manage.py migrate
|
./manage.py migrate
|
||||||
gunicorn
|
gunicorn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user