fix 345667

This commit is contained in:
Baptiste 2024-12-17 15:13:53 +01:00
parent 5da7bdeb63
commit f0aa234eb6

View file

@ -13,8 +13,8 @@ RUN npm install
# Étape 5 : Copier le reste des fichiers du projet
COPY . .
# Étape 6 : Exposer le port 80
EXPOSE 80
# Étape 6 : Exposer le port 8080
EXPOSE 8080
# Étape 7 : Commande pour démarrer le serveur
CMD ["npm", "start"]