diff --git a/Dockerfile b/Dockerfile index 9429f47..555038b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ COPY alembic/ alembic/ ENV PYTHONPATH=/app/src EXPOSE 5000 -CMD ["sh", "-c", "(alembic stamp --purge base 2>/dev/null || true) && alembic upgrade head && hypercorn 'fabledassistant.app:create_app()' --bind 0.0.0.0:5000"] +CMD ["sh", "-c", "alembic upgrade head && hypercorn 'fabledassistant.app:create_app()' --bind 0.0.0.0:5000"]