Skip to content

Commit aa30a84

Browse files
1010134910101349
10101349
authored and
10101349
committed
fix workflow git
1 parent c16d11d commit aa30a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ COPY requirements.txt ./requirements.txt
1616
RUN chown -R 1001 /home/app
1717

1818
ENV PATH="/home/app/.local/bin:${PATH}"
19-
RUN pip install --upgrade pip && pip install -r ./requirements.txt
19+
RUN pip install --upgrade pip
20+
RUN pip install -r ./requirements.txt
2021

21-
# Exposer le port 8080
2222
EXPOSE 8080
2323

2424
# Définir l'utilisateur non-root (décommenter si nécessaire)

0 commit comments

Comments
 (0)