diff --git a/Dockerfile b/Dockerfile index f00ac5c..ac8f953 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,8 @@ COPY . . # Installation des dépendances Node.js RUN npm install +RUN npm run build + EXPOSE 9090 CMD ["npm", "start"]