fix: remove static/ from Dockerfile
This commit is contained in:
parent
012c1b2bad
commit
737aed5dbb
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY app.py .
|
COPY app.py .
|
||||||
COPY static/ static/
|
|
||||||
COPY templates/ templates/
|
COPY templates/ templates/
|
||||||
|
|
||||||
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--workers", "2", "--timeout", "120", "app:app"]
|
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--workers", "2", "--timeout", "120", "app:app"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue