some dockers vers requires trailing / on dest folder

This commit is contained in:
2025-04-08 21:52:33 +02:00
parent f1fe4a49c8
commit 282a33eedd

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY src/ src
COPY static/ static
COPY package.json yarn.lock svelte.config.js tsconfig.json vite.config.ts .
COPY package.json yarn.lock svelte.config.js tsconfig.json vite.config.ts ./
RUN yarn
RUN yarn build