Skip to content

Commit

Permalink
Fix dockerfile syntax booboo
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Dec 19, 2024
1 parent 69942ab commit 97ecc09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ EXPOSE 8000
CMD ["fastapi", "run", "main.py", \
"--port", "8000", \
"--workers", "4", \
"--proxy-headers"
]
"--proxy-headers"]

0 comments on commit 97ecc09

Please sign in to comment.