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

pull/96/head^2
Thomas CHAZOT 1 year ago
parent d023aeb5ea
commit 756477471e

@ -15,10 +15,6 @@ COPY . .
# Construire l'application
RUN npm run build
RUN ls
# Étape 2 : Configurer Apache et copier les fichiers construits
FROM httpd:2.4-alpine
@ -28,6 +24,6 @@ COPY --from=build /app/build/ /usr/local/apache2/htdocs/
COPY htaccess /usr/local/apache2/htdocs/.htaccess
RUN ls /usr/local/apache2/htdocs/
RUN ls -a /usr/local/apache2/htdocs/
# Exposer le port 80 (par défaut pour Apache)
EXPOSE 80
Loading…
Cancel
Save