This commit is contained in:
Haitao Pan 2023-03-09 17:35:46 +08:00
parent 7b81994f70
commit 1cf78b115f

View File

@ -6,4 +6,4 @@ RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
COPY --from=build /usr/local/bin/image-automation-controller /usr/local/bin/
USER 65534:65534
NTRYPOINT [ "image-automation-controller" ]
ENTRYPOINT [ "image-automation-controller" ]