Commit 0daab06c authored by Heimo Stranner's avatar Heimo Stranner
Browse files

Update renovate-node-lts/Dockerfile

parent 2fc5d1b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,6 +5,5 @@ COPY install-latest-lts-node.sh /
USER root

RUN chmod +x /install-latest-lts-node.sh && /install-latest-lts-node.sh
RUN bash -c "cd /usr/src/app/ && npm i"

USER ubuntu