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