Commit 68e9124e authored by garciay's avatar garciay
Browse files

Merge branch 'STF525' of https://forge.etsi.org/gitlab/ITS/ITS into STF525

parents 21261c16 1ba24235
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,9 +10,10 @@ ENV TERM=linux \

USER etsi

COPY --chown=etsi:etsi home /home/etsi
COPY home /home/etsi

RUN cd ${HOME} \
RUN chown -R etsi:etsi ${HOME} \
    cd ${HOME} \
    && export PATH=$HOME/bin:$PATH \
    && ls ${HOME}/etc/init.d/*.sh | while read S; do chmod 0750 "$S"; /bin/bash -c "$S" || exit 1; done