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 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"]
|
||||
|
||||
Reference in New Issue
Block a user