fix(comment) : invalid

This commit is contained in:
Baptiste 2024-12-17 14:18:23 +01:00
parent c0967499af
commit 90e9aecac2

View file

@ -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