diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index d2658b2..2a023b9 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -17,7 +17,7 @@ RUN npm run build RUN ls -COPY .htacess /app/build/ +COPY htaccess /app/build/.htaccess # Étape 2 : Configurer Apache et copier les fichiers construits FROM httpd:2.4-alpine