Update Dockerfile
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY app.py templates/ ./
|
||||
COPY app.py ./
|
||||
COPY templates/ ./templates/
|
||||
|
||||
RUN pip install --no-cache Flask Jinja2 gunicorn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user