We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b1f3c commit c66c64fCopy full SHA for c66c64f
Dockerfile
@@ -11,4 +11,4 @@ COPY uv.lock .
11
12
RUN uv sync
13
14
-CMD ["bash", "-c", "make migrate && uv run gunicorn python_django_blog.wsgi --log-file -"]
+CMD ["bash", "-c", "uv run manage.py migrate && uv run gunicorn python_django_blog.wsgi --log-file -"]
0 commit comments