Skip to content

Commit

Permalink
forgot run
Browse files Browse the repository at this point in the history
  • Loading branch information
philippspinnler committed Sep 18, 2024
1 parent e3c54cc commit 2c083e3
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 @@ -12,4 +12,4 @@ COPY . .
EXPOSE 8000
ENV PYTHONUNBUFFERED=1

CMD ["fastapi", "app/main.py", "--host", "0.0.0.0", "--port", "8000"]
CMD ["fastapi", "run", "app/main.py", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit 2c083e3

Please sign in to comment.