mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-03 04:50:33 +00:00
Update Dockerfile
This commit is contained in:
parent
c73d510c55
commit
b6d653bc54
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ COPY requirements.txt main.py ./
|
|||
RUN pip install -r requirements.txt
|
||||
RUN mkdir /data
|
||||
|
||||
# Start our applications
|
||||
# Start our application
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue