mirror of
https://github.com/PaiGramTeam/Docker.git
synced 2024-11-22 05:54:02 +00:00
Update Dockerfile
This commit is contained in:
parent
73ce1a1e44
commit
0040a78a2d
@ -35,4 +35,4 @@ RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/
|
|||||||
# Add the wait script to the image
|
# Add the wait script to the image
|
||||||
&& wget -O /wait https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait \
|
&& wget -O /wait https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait \
|
||||||
&& chmod +x /wait
|
&& chmod +x /wait
|
||||||
ENTRYPOINT /wait && /app/venv/bin/python run.py
|
ENTRYPOINT /wait && venv/bin/alembic upgrade head && venv/bin/python run.py
|
||||||
|
Loading…
Reference in New Issue
Block a user