add port & add name

This commit is contained in:
Arhur
2024-12-08 01:25:12 +01:00
parent d08baaa9ba
commit f26a23bc45
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ COPY . .
RUN npm run build
# Exposer le port sur lequel l'application va tourner
EXPOSE 3000
EXPOSE 3333
# Démarrer l'application
CMD ["npm", "start"]