.
This commit is contained in:
parent
9dc6def90d
commit
70dedb665f
@ -34,7 +34,7 @@ WORKDIR /api
|
||||
# Copiar los archivos del build desde la fase anterior
|
||||
COPY --from=builder /api/dist .
|
||||
COPY --from=builder /api/server/package.json .
|
||||
COPY --from=builder /api/server/tsconfig.json .
|
||||
COPY --from=builder /api/server/tsconfig.json ./server/
|
||||
|
||||
RUN pwd
|
||||
RUN ls -la .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user