fix(comment) : invalid
This commit is contained in:
parent
c0967499af
commit
90e9aecac2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN npm install
|
||||||
# Étape 5 : Copier le reste des fichiers du projet
|
# Étape 5 : Copier le reste des fichiers du projet
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Étape 6 : Exposer le port 8080
|
# Étape 6 : Exposer le port 80
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
# Étape 7 : Commande pour démarrer le serveur
|
# Étape 7 : Commande pour démarrer le serveur
|
||||||
|
|
Loading…
Reference in a new issue