diff --git a/Dockerfile b/Dockerfile index 6ae1250..d19a100 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /app 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/package*.json ./