diff --git a/Dockerfile b/Dockerfile index ee40d02..50c8f66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ FROM base as runner WORKDIR /usr/src/app COPY --from=builder /usr/src/app/dist ./dist +COPY --from=builder /usr/src/app/static/event-links ./static/event-links COPY --from=builder /usr/src/app/node_modules ./node_modules COPY --from=builder /usr/src/app/package.json ./package.json