Dockerfile actualizado

This commit is contained in:
Josetronco 2024-10-17 13:02:43 +02:00
parent fb79062394
commit 6350a69b69

View File

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