mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-27 10:03:06 +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
|
WORKDIR /app
|
||||||
|
|
||||||
COPY --from=builder /build/erupe-ce .
|
COPY --from=builder /build/erupe-ce .
|
||||||
COPY --from=builder /build/www/ ./www/
|
|
||||||
COPY --from=builder /build/schemas/ ./schemas/
|
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
|
# bin/ and savedata/ are mounted at runtime via docker-compose
|
||||||
# config.json is also mounted at runtime
|
# config.json is also mounted at runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user