.
This commit is contained in:
parent
7411128276
commit
d0a2953359
@ -34,7 +34,7 @@ WORKDIR /www
|
|||||||
|
|
||||||
# Copiar los archivos del build desde la fase anterior
|
# Copiar los archivos del build desde la fase anterior
|
||||||
COPY --from=builder /www/client/dist .
|
COPY --from=builder /www/client/dist .
|
||||||
CMD cd /www/client/dist && pwd && ls -la
|
CMD pwd && ls -la
|
||||||
|
|
||||||
# COPY --from=builder /www/client/package.json .
|
# COPY --from=builder /www/client/package.json .
|
||||||
#COPY --from=builder /api/server/tsconfig.production.json ./tsconfig.json
|
#COPY --from=builder /api/server/tsconfig.production.json ./tsconfig.json
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user