Revert "Switch to root user"

This reverts commit 220302becf.
This commit is contained in:
Dmytro Bondar 2024-04-19 10:39:03 +02:00
parent 220302becf
commit b40d0f00ad
No known key found for this signature in database
GPG key ID: C123CD37BBED8BB7

View file

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