Hotfix: update dockerfile

This commit is contained in:
2024-02-19 01:16:15 -05:00
parent bc3e6eb9ea
commit 2ad85d5b51

View File

@@ -17,9 +17,5 @@ RUN pip install --no-cache-dir -r requirements.txt
# Expose the Flask port # Expose the Flask port
EXPOSE 2897 EXPOSE 2897
# Copy static files and templates
COPY ./templates /app/templates
COPY ./static /app/static
# Run the Flask application # Run the Flask application
CMD ["python", "app.py"] CMD ["python", "run.py"]