fix: remove untracked www/ from Dockerfile COPY

www/ only contains gitignored content (www/jp/) so it doesn't exist
in the CI checkout, causing the Docker build to fail.
This commit is contained in:
Houmgaor
2026-02-17 00:34:15 +01:00
parent 89d97a15b6
commit 25fba1c724

View File

@@ -16,10 +16,9 @@ RUN adduser -D -h /app erupe
WORKDIR /app
COPY --from=builder /build/erupe-ce .
COPY --from=builder /build/www/ ./www/
COPY --from=builder /build/schemas/ ./schemas/
# bundled-schema/ is optional demo data, copy if present
RUN mkdir -p bundled-schema
# www/ and bin/ are mounted at runtime if needed
# bin/ and savedata/ are mounted at runtime via docker-compose
# config.json is also mounted at runtime