Skip to content

Commit

Permalink
fix: Update uvicorn command
Browse files Browse the repository at this point in the history
  • Loading branch information
ldamasio committed Sep 23, 2024
1 parent 2327905 commit e3fbf4e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD

["uvicorn", "app.main:app", "--host", "0.0.0.0",

"--port", "80"]

CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]

0 comments on commit e3fbf4e

Please sign in to comment.