Skip to content

Commit

Permalink
forgot to do the docker thing for the port
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyorama-grindr committed Oct 25, 2021
1 parent 73451c1 commit 55eb7f0
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 @@ -38,4 +38,4 @@ USER appuser
EXPOSE 3000

# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
CMD ["uvicorn", "parsimony:api", "--host", "0.0.0.0", "--port 3000"]
CMD ["uvicorn", "parsimony:api", "--host", "0.0.0.0", "--port", "3000"]

0 comments on commit 55eb7f0

Please sign in to comment.