This commit is contained in:
Irwan Cahyono 2025-08-08 01:40:32 +07:00
parent 7730320071
commit 5acc8b0934

View File

@ -17,7 +17,7 @@ WORKDIR /app
RUN npm install -g serve RUN npm install -g serve
COPY --from=builder /app/.output ./output COPY --from=builder /app/.output ./.output
COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package*.json ./ COPY --from=builder /app/package*.json ./