Archived
update
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -3,4 +3,4 @@ EXPOSE 8000
|
|||||||
WORKDIR .
|
WORKDIR .
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN apt-get -y update && apt-get -y install python3-pip && pip3 install -r requirements.txt
|
RUN apt-get -y update && apt-get -y install python3-pip && pip3 install -r requirements.txt
|
||||||
CMD ["python3", "main.py"]
|
CMD ["uvicorn", "src:create_app", "--host=0.0.0.0", "--port=8000"]
|
||||||
Reference in New Issue
Block a user