We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ec2d06 + cef7be5 commit aa3267eCopy full SHA for aa3267e
Dockerfile
@@ -20,4 +20,6 @@ RUN chgrp -R 0 /root && \
20
# Clean up
21
RUN apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
22
23
+USER $USER
24
+
25
CMD ["/init.sh"]
0 commit comments