diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 4f3b608..4a6c702 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -15,6 +15,8 @@ COPY . . # Construire l'application RUN npm run build +RUN ls + COPY .htacess /app/build/ # Étape 2 : Configurer Apache et copier les fichiers construits