diff --git a/Dockerfile b/Dockerfile index b449b9a..512e1e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ ENV LC_ALL="C.UTF-8" WORKDIR /opt +USER 0 + # Prepare entrypoint COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh