Signed-off-by: Odyssey <hi@odyssey346.dev>
This commit is contained in:
Odyssey
2023-04-03 22:38:46 +02:00
parent 348310e739
commit 934966b00f
+2
View File
@@ -6,4 +6,6 @@ COPY ./requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY . /code
CMD ["uvicorn", "code.main:app", "--host", "0.0.0.0", "--port", "8080"]