This commit is contained in:
David Arranz 2024-09-08 13:10:10 +02:00
parent bbfaf7d528
commit a76e8ab0d4

View File

@ -28,6 +28,8 @@ ARG CACHEBUST=1
# Si hay un error, mostrarlo en detalle.
RUN cd ./server && yarn run build || { echo 'Error during build'; exit 1; }
CMD pwd && ls -la
# FINAL STAGE
#FROM node:lts-iron AS prod