change user to root
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Stefan Hoffmann 2023-05-19 15:41:04 +00:00
parent 7f6fc65872
commit 6cf78f688b

View File

@ -29,8 +29,5 @@ RUN mkdir /tmp/ec &&\
mv bin/ec-linux-amd64 /usr/local/bin/editorconfig-checker &&\
rm -rf /tmp/ec
RUN useradd -d /gluon gluon
USER gluon
VOLUME /gluon
WORKDIR /gluon