2 Commits

Author SHA1 Message Date
55b5b166d4 Merge pull request #18 from JoshNotWright/hotfix/change-dockerfile
Hotfix: update dockerfile
2024-02-19 01:16:32 -05:00
2ad85d5b51 Hotfix: update dockerfile 2024-02-19 01:16:15 -05:00

View File

@@ -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"]