mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 16:56:26 +08:00
5 lines
153 B
Docker
5 lines
153 B
Docker
FROM registry.cn-beijing.aliyuncs.com/yunionio/onecloud-base:latest
|
|
|
|
COPY ./build/notify/root/opt/ /opt/
|
|
ADD ./_output/bin/notify /opt/yunion/bin/notify
|