Move client-map to a directory bind-mount. Editing bind-mounted files (with vim) changes their inode

This commit is contained in:
2026-04-03 15:31:35 +02:00
parent 5f76c7b3b6
commit e2bf619249
5 changed files with 9 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ RUN apk add --no-cache ca-certificates tzdata
WORKDIR /app
COPY --from=builder /build/clab-webserver .
COPY docroot/ docroot/
COPY config/ config/
EXPOSE 80
ENTRYPOINT ["/app/clab-webserver"]
CMD ["-listen", ":80"]