Commit 7ea2ee81 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

update renovate

parent abdbeaff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,5 +5,6 @@ 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