Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lagougou authored Mar 3, 2024
1 parent effdca2 commit aa16011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM python:3.8
WORKDIR /app
ADD . /app
RUN pip install -r requirements.txt
CMD ["python", "manager", "runserver"]
CMD ["python", "manage.py", "runserver"]

0 comments on commit aa16011

Please sign in to comment.