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