From b9603123017be223080d1875d7bc4a1cef934eee Mon Sep 17 00:00:00 2001 From: "don.cryptus" Date: Tue, 21 May 2024 22:31:32 +0200 Subject: [PATCH] test --- web/Dockerfile | 2 +- web/tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index dc76114..30d6cde 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -8,7 +8,7 @@ RUN yarn run build FROM node:20-alpine WORKDIR /app -COPY --from=builder /app/.svelte-kit .svelte-kit/ +COPY --from=builder /app/build build/ COPY --from=builder /app/node_modules node_modules/ COPY --from=builder /app/.env .env COPY package.json . diff --git a/web/tsconfig.json b/web/tsconfig.json index 699c92f..3a18923 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -16,3 +16,4 @@ // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes // from the referenced tsconfig.json - TypeScript does not merge them in } + \ No newline at end of file