diff --git a/Dockerfile b/Dockerfile index 6ded089..73ce7f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,5 @@ RUN pip install --no-cache-dir -r requirements.txt # Expose the Flask port EXPOSE 2897 -# Copy static files and templates -COPY ./templates /app/templates -COPY ./static /app/static - # Run the Flask application -CMD ["python", "app.py"] +CMD ["python", "run.py"]