From 52db61575bf08059465075a5dce789d960c6d062 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 21 Nov 2021 20:02:30 +0200 Subject: [PATCH] add fluent --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}