80 port
This commit is contained in:
parent
0c291c8cb2
commit
e9f0468dcc
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 4242
|
||||
EXPOSE 4242
|
||||
# Étape 6 : Exposer le port 80
|
||||
EXPOSE 80
|
||||
|
||||
# Étape 7 : Commande pour démarrer le serveur
|
||||
CMD ["npm", "start"]
|
||||
|
|
Loading…
Reference in a new issue