Fixed build error where permissions were being applied to a deleted file

This commit is contained in:
2025-09-02 10:22:18 +02:00
parent 7d8b5df046
commit 07325125f1

View File

@@ -9,8 +9,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x ./entrypoint.sh
ENV FLASK_APP=app.py
CMD ["flask", "run"]