mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-30 03:09:59 +00:00
Fixed build error where permissions were being applied to a deleted file
This commit is contained in:
@@ -9,8 +9,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN chmod +x ./entrypoint.sh
|
|
||||||
|
|
||||||
ENV FLASK_APP=app.py
|
ENV FLASK_APP=app.py
|
||||||
|
|
||||||
CMD ["flask", "run"]
|
CMD ["flask", "run"]
|
||||||
Reference in New Issue
Block a user