Mise à jour de 'cryptide_project/Dockerfile'
continuous-integration/drone/push Build is passing Details

pull/96/head^2
Thomas CHAZOT 1 year ago
parent a60c4ffe35
commit 6a99980e5f

@ -24,7 +24,7 @@ COPY --from=build /app/build/ /usr/local/apache2/htdocs/
RUN touch /usr/local/apache2/conf/httpd.conf RUN touch /usr/local/apache2/conf/httpd.conf
RUN echo "AddType text/css .css" >> /usr/local/apache2/conf/httpd.conf RUN echo "AddType text/css .css" >> /usr/local/apache2/conf/httpd.conf
RUN echo >> "AddType application/javascript .js" >> /usr/local/apache2/conf/httpd.conf RUN echo "AddType application/javascript .js" >> /usr/local/apache2/conf/httpd.conf
RUN ls /usr/local/apache2/htdocs/ RUN ls /usr/local/apache2/htdocs/
# Exposer le port 80 (par défaut pour Apache) # Exposer le port 80 (par défaut pour Apache)

Loading…
Cancel
Save