Switch to root user

This commit is contained in:
Dmytro Bondar 2024-04-16 20:51:24 +02:00
parent 796ed176e3
commit 220302becf
No known key found for this signature in database
GPG key ID: C123CD37BBED8BB7

View file

@ -11,4 +11,5 @@ LABEL version="2.0.1" \
COPY --chmod=755 entrypoint.sh /entrypoint.sh
COPY --chmod=755 cleanup.sh /cleanup.sh
USER root
ENTRYPOINT ["/entrypoint.sh"]