mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-30 11:19:58 +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 . .
|
||||
|
||||
RUN chmod +x ./entrypoint.sh
|
||||
|
||||
ENV FLASK_APP=app.py
|
||||
|
||||
CMD ["flask", "run"]
|
||||
Reference in New Issue
Block a user