Updated to use port 80 locally.
This commit is contained in:
@ -12,6 +12,6 @@ COPY . .
|
||||
# Create data directory
|
||||
RUN mkdir -p data
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--reload"]
|
||||
|
||||
Reference in New Issue
Block a user