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