mirror of
https://github.com/labring/sealos.git
synced 2026-09-21 13:51:32 +08:00
8 lines
243 B
Docker
8 lines
243 B
Docker
FROM scratch
|
|
|
|
USER 65532:65532
|
|
ENV PaymentCallbackURL=""
|
|
COPY manifests ./manifests/user-controller
|
|
COPY registry ./registry
|
|
CMD ["kubectl apply -f manifests/user-controller/rbac.yaml","kubectl apply -f manifests/user-controller/deploy.yaml"]
|