fix: Caddyfile COPY path for the extracted layout
Some checks failed
ci / web (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled

This commit is contained in:
dtoro
2026-08-15 22:23:01 +02:00
parent ed8a3145b3
commit fdd67f6147

View File

@@ -17,4 +17,4 @@ RUN npm run build
FROM caddy:2-alpine FROM caddy:2-alpine
COPY --from=builder /build/web/dist /srv COPY --from=builder /build/web/dist /srv
COPY compose/web/Caddyfile /etc/caddy/Caddyfile COPY compose/Caddyfile /etc/caddy/Caddyfile