Commit 3eb5d016 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Suppression supervisor.conf

parent a8ffa46b
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -18,8 +18,5 @@ RUN apk add --no-cache supervisor
RUN echo "Include conf/extra/docker.conf" >> /usr/local/apache2/conf/httpd.conf

# Configuration de l'application
COPY supervisord.conf /usr/local/supervisord.conf
COPY httpd.conf /usr/local/apache2/conf/extra/docker.conf
# Entrée de l'application vers le superviseur
CMD ["supervisord", "-c", "/usr/local/supervisord.conf"]