Add build js to Dockerfile
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 1m56s

This commit is contained in:
omaroughriss 2025-09-08 19:42:55 +02:00
parent f4bf9791c0
commit 8449083237

View File

@ -48,6 +48,8 @@ COPY . .
# Installation des dépendances Node.js
RUN npm install
RUN npm run build
EXPOSE 9090
CMD ["npm", "start"]