1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-29 09:35:00 +08:00
2026-02-13 17:45:13 +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