Merge pull request #18 from JoshNotWright/hotfix/change-dockerfile
Hotfix: update dockerfile
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user