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