Xavier Antonio Ochoa Chehab commited on
Commit ·
bf07c36
1
Parent(s): 40b1705
New commit
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
|
| 13 |
|
| 14 |
WORKDIR /app
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
|
|
|
| 16 |
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
|
| 17 |
|
| 18 |
COPY --chown=user . /app
|
|
|
|
| 13 |
|
| 14 |
WORKDIR /app
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 16 |
+
RUN pip install --no-cache-dir --upgrade pip
|
| 17 |
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
|
| 18 |
|
| 19 |
COPY --chown=user . /app
|