diff --git a/Dockerfile b/Dockerfile index 3acca611..ea1c043c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ ENV PORT=8000 \ # Expose port EXPOSE 8000 -CMD uvicorn src.main:app --host $HOST --port $PORT \ No newline at end of file +CMD alembic upgrade head && uvicorn src.main:app --host $HOST --port $PORT \ No newline at end of file