fix 345667
This commit is contained in:
parent
5da7bdeb63
commit
f0aa234eb6
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue