.
This commit is contained in:
parent
bbfaf7d528
commit
a76e8ab0d4
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user