add sync for svelte

This commit is contained in:
2022-07-19 10:26:34 +02:00
parent 1e73e4d4a3
commit 00ea3e37da

View File

@@ -4,6 +4,7 @@ WORKDIR /tmp
RUN npm install -g pnpm@7
COPY ./frontend ./
RUN pnpm install
RUN pnpm exec svelte-kit sync
RUN pnpm run build