Rename Dockerfile to Dockerfile-dev

This commit is contained in:
Matthias Weber
2024-07-02 15:39:21 +02:00
committed by GitHub
parent 075ad83f6a
commit de06c1371f

View File

@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
RUN echo "first_run" > "/tmp/first_run" RUN echo "first_run" > "/tmp/first_run"
CMD ["fastapi", "run", "app/main.py", "--proxy-headers", "--port", "80", "--reload"] CMD ["fastapi", "run", "app/main.py", "--proxy-headers", "--port", "80", "--reload"]