Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzasaverio committed Feb 6, 2024
1 parent 28fa30f commit 1b50bd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ RUN pip install --no-cache-dir -r requirements.txt
ENV PYTHONPATH=/code
EXPOSE 8000

# Run the application
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD uvicorn app.main:app --port=${PORT:-8000} --host=0.0.0.0

0 comments on commit 1b50bd4

Please sign in to comment.