ci: fix?
This commit is contained in:
parent
f50b01e3ce
commit
23e828c481
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ COPY requirements.txt .
|
|||
COPY app.py .
|
||||
COPY gunicorn_config.py .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir --break-system-packages -r requirements.txt
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
|
|
Reference in a new issue