Browse Source

add fluent

master
zeus 3 years ago
parent
commit
52db61575b
  1. 4
      Dockerfile

4
Dockerfile

@ -63,9 +63,9 @@ USER root
RUN chown -R ${USER1}.${USER1} /home/${USER1}
USER ${USER1}
RUN /home/${USER1}/${NODEPROJECT}/install-fluent.sh
RUN /home/${USER1}/${NODEPROJECT2}/install-fluent.sh
USER root
RUN /home/${USER1}/${NODEPROJECT}/install-fluent-root.sh
RUN /home/${USER1}/${NODEPROJECT2}/install-fluent-root.sh
USER ${USER1}

Loading…
Cancel
Save