mirror of
https://github.com/fergalmoran/xtreamium.git
synced 2026-02-08 17:14:00 +00:00
Fix paths in Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python:3.9
|
||||
WORKDIR /code
|
||||
COPY ../requirements.txt /code/requirements.txt
|
||||
COPY ./requirements.txt /code/requirements.txt
|
||||
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||
COPY ../server /code/server
|
||||
COPY ./server /code/server
|
||||
|
||||
CMD ["uvicorn", "server.api:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "80"]
|
||||
Reference in New Issue
Block a user