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