Commit 7fdbd04c authored by Grant's avatar Grant
Browse files

[ci] add demo-data to image

parent af774958
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ RUN bun run build
FROM base AS release

COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/src/demo-data/events.json ./src/demo-data/events.json
COPY --from=prerelease /usr/src/app/src/generated ./src/generated
COPY --from=prerelease /usr/src/app/dist ./dist
COPY --from=prerelease /usr/src/app/package.json .