mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 01:20:28 +00:00
Update Dockerfile
This commit is contained in:
parent
89a250b9b8
commit
b3342d50b6
1 changed files with 1 additions and 4 deletions
|
@ -17,10 +17,7 @@ RUN pip install -r requirements.txt
|
|||
RUN mkdir /data
|
||||
|
||||
# Start our application
|
||||
CMD ["uvicorn", "main:get_app", "--host", "0.0.0.0", "--port", "5000", "--log-level", "info"]
|
||||
# CMD ["uvicorn", "main:get_app", "--host", "0.0.0.0", "--port", "5000", "--log-level", "info"]
|
||||
|
||||
# Expose the port in which the application will be deployed
|
||||
EXPOSE 5000
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue