Skip to content

Commit c66c64f

Browse files
committed
update dockerfile command
1 parent 21b1f3c commit c66c64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY uv.lock .
1111

1212
RUN uv sync
1313

14-
CMD ["bash", "-c", "make migrate && uv run gunicorn python_django_blog.wsgi --log-file -"]
14+
CMD ["bash", "-c", "uv run manage.py migrate && uv run gunicorn python_django_blog.wsgi --log-file -"]

0 commit comments

Comments
 (0)