diff --git a/Dockerfile b/Dockerfile index cbf5f73..16de06f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file