Skip to content

Commit

Permalink
Bugfix in Docker to be able to run in the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed Aug 30, 2023
1 parent 89bf1cc commit 869738c
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 @@ -29,5 +29,5 @@ RUN cp ../base.py $PROJECT_ROOT/server/settings/base.py

VOLUME $PROJECT_ROOT/server/

ENTRYPOINT [ "./manage.py" ]
ENTRYPOINT [ "python3", "manage.py" ]
CMD [ "start", "--pool=default", "--settings=settings" ]

0 comments on commit 869738c

Please sign in to comment.