diff --git a/Dockerfile b/Dockerfile index 4769a03..818a4db 100644 --- a/Dockerfile +++ b/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}