mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-24 03:14:24 +08:00
4 lines
174 B
Docker
4 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 |