diff --git a/Dockerfile.ghostnet b/Dockerfile.ghostnet index da193a9..8fcec22 100644 --- a/Dockerfile.ghostnet +++ b/Dockerfile.ghostnet @@ -26,7 +26,7 @@ ADD . /app EXPOSE 8000 # Run migrations -RUN alembic upgrade head +ENTRYPOINT "alembic upgrade head" && /bin/bash # Run the command to start uWSGI CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000"]