Deploy folkugat web
This commit is contained in:
11
deploy/Dockerfile
Normal file
11
deploy/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.11
|
||||
|
||||
WORKDIR /folkugat
|
||||
|
||||
COPY deploy/requirements.txt /folkugat/requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade -r /folkugat/requirements.txt
|
||||
|
||||
COPY folkugat_web /folkugat/folkugat_web
|
||||
|
||||
CMD ["uvicorn", "folkugat_web.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "80"]
|
||||
Reference in New Issue
Block a user