mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-08-07 18:01:54 +00:00
.
This commit is contained in:
backend
@@ -12,4 +12,4 @@ WORKDIR /app
|
||||
COPY --from=0 /usr /usr
|
||||
COPY manage.py gunicorn.conf.py ./
|
||||
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
|
Reference in New Issue
Block a user