1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-13 06:32:29 +08:00
2025-11-26 20:47:32 +00:00

5 lines
174 B
Docker

FROM couchbase/server:latest AS stage_base
# FROM couchbase:latest AS stage_base
COPY init-cbserver.sh /opt/couchbase/init/
RUN chmod +x /opt/couchbase/init/init-cbserver.sh