diff --git a/server/Dockerfile b/server/Dockerfile index 9a37efc..2ca5dfe 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -13,7 +13,7 @@ RUN npm install # Étape 5 : Copier le reste des fichiers du projet COPY . . -# Étape 6 : Exposer le port 8080 +# Étape 6 : Exposer le port 80 EXPOSE 80 # Étape 7 : Commande pour démarrer le serveur