mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-20 19:39:50 +00:00
.
This commit is contained in:
parent
8b5553676e
commit
bae6e5603b
@ -12,4 +12,4 @@ WORKDIR /app
|
|||||||
COPY --from=0 /usr /usr
|
COPY --from=0 /usr /usr
|
||||||
COPY manage.py gunicorn.conf.py ./
|
COPY manage.py gunicorn.conf.py ./
|
||||||
COPY tabby tabby
|
COPY tabby tabby
|
||||||
CMD ["gunicorn"]
|
ENTRYPOINT ./start.sh
|
||||||
|
3
backend/start.sh
Executable file
3
backend/start.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
./manage.py migrate
|
||||||
|
gunicorn
|
Loading…
x
Reference in New Issue
Block a user