Skip to content

Commit 068192c

Browse files
committed
add forcing to dockerfile
1 parent 4b48e0b commit 068192c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WS/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ COPY brevo.pem /usr/local/share/ca-certificates/brevo.crt
1919
RUN update-ca-certificates
2020

2121
# Donner les droits d'exécution au script d'entrée
22+
RUN apt-get update && apt-get install -y dos2unix \
23+
&& dos2unix wait.sh entrypoint.sh \
24+
&& chmod +x wait.sh entrypoint.sh
2225
RUN chmod +x ./wait.sh ./entrypoint.sh
2326

2427
# Exposer le port de Django

0 commit comments

Comments
 (0)