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