From 0040a78a2d126b3499d685e84a3b772e865e3b59 Mon Sep 17 00:00:00 2001 From: omg-xtao <100690902+omg-xtao@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:10:38 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb32ff8..adb1f5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && wget -O /wait https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait \ && chmod +x /wait -ENTRYPOINT /wait && /app/venv/bin/python run.py +ENTRYPOINT /wait && venv/bin/alembic upgrade head && venv/bin/python run.py