fix dockerfile

This commit is contained in:
matthias@matsewe.de
2024-07-02 14:13:25 +02:00
parent 39281e7e52
commit dfeb6d93c9

View File

@@ -6,4 +6,6 @@ COPY ./requirements.txt /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"]