fix dockerfile
This commit is contained in:
parent
1950d759ba
commit
943662a77f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
COPY app.py .
|
COPY app.py .
|
||||||
|
COPY gunicorn_config.py .
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
|
Reference in a new issue