Modificacion de dockerfile

This commit is contained in:
Amin Chaloukh 2024-10-17 12:45:32 +02:00
parent 350b973a2b
commit 3a87eb5751

View File

@ -8,7 +8,7 @@ COPY . .
RUN npm install RUN npm install
CMD ["npm", "start"] CMD ["npm", "run", "build"]
EXPOSE 8080 EXPOSE 8080