fix dockerfile
This commit is contained in:
@@ -6,4 +6,6 @@ COPY ./requirements.txt /tmp/requirements.txt
|
|||||||
|
|
||||||
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
|
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
|
||||||
|
|
||||||
|
RUN echo "first_run" > "first_run"
|
||||||
|
|
||||||
CMD ["fastapi", "run", "app/main.py", "--proxy-headers", "--port", "80", "--reload"]
|
CMD ["fastapi", "run", "app/main.py", "--proxy-headers", "--port", "80", "--reload"]
|
||||||
Reference in New Issue
Block a user