Skip to content

Commit

Permalink
fix(docker): fix docker uwsgi command
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx authored Aug 9, 2022
1 parent d3ce714 commit 85892f6
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 @@ -32,4 +32,4 @@ COPY . $APP_HOME

EXPOSE 8000

CMD /bin/sh -c "poetry run python ./manage.py migrate && poetry run python uwsgi"
CMD /bin/sh -c "poetry run python ./manage.py migrate && poetry run uwsgi"

0 comments on commit 85892f6

Please sign in to comment.