Skip to content

Commit

Permalink
Merge pull request #12 from adidoesnt/development
Browse files Browse the repository at this point in the history
New backend dockerfile
  • Loading branch information
adidoesnt authored Feb 6, 2024
2 parents 46b82b1 + 712d0a0 commit c39ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ EXPOSE 8080

RUN pip install -r requirements.txt

CMD uvicorn main:app --port $PORT
CMD uvicorn main:app --workers 1 --host 0.0.0.0 --port $PORT

0 comments on commit c39ed39

Please sign in to comment.