diff --git a/Dockerfile b/Dockerfile index 03f886b..bb3e50d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY app.py . -COPY templates ./templates -COPY static ./static EXPOSE 5000