mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-07 11:47:15 -06:00
feat(main): ready for final touches
This commit is contained in:
@ -11,8 +11,9 @@ COPY ./ContainerContents /BajaCloudBackend
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Expose port 8080 for the container to listen on
|
||||
EXPOSE 8080
|
||||
EXPOSE 8000
|
||||
|
||||
# Command to run the Python server when the container starts
|
||||
#CMD ["fastapi", "run" "main.py"]
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--reload"]
|
||||
|
||||
|
Reference in New Issue
Block a user