mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-11 17:00:41 +00:00
Update Dockerfile
This commit is contained in:
parent
82472a7d6c
commit
d8787f5654
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ WORKDIR /usr/src/app
|
|||
COPY api ./api
|
||||
COPY requirements.txt main.py ./
|
||||
RUN pip install -r requirements.txt
|
||||
RUN mkdir /hostpipe
|
||||
RUN mkdir /data
|
||||
|
||||
# Starts our application
|
||||
CMD ["uvicorn", "main:get_app", "--host", "0.0.0.0", "--port", "8000", "--log-level", "info"]
|
||||
|
|
Loading…
Reference in a new issue