mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user