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
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment