We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b48e0b commit 068192cCopy full SHA for 068192c
WS/Dockerfile
@@ -19,6 +19,9 @@ COPY brevo.pem /usr/local/share/ca-certificates/brevo.crt
19
RUN update-ca-certificates
20
21
# 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
25
RUN chmod +x ./wait.sh ./entrypoint.sh
26
27
# Exposer le port de Django
0 commit comments