mirror of
https://github.com/labring/sealos.git
synced 2026-09-21 13:51:32 +08:00
Signed-off-by: cuisongliu <cuisongliu@qq.com> Signed-off-by: cuisongliu <cuisongliu@qq.com>
5 lines
169 B
Docker
5 lines
169 B
Docker
FROM scratch
|
|
COPY manifests ./user-controller
|
|
COPY registry ./registry
|
|
CMD ["kubectl apply -f user-controller/rbac.yaml","kubectl apply -f user-controller/deploy.yaml"]
|