From 1fab137c25bd6820fbfb20a659c2952eaea3a39c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 8 May 2019 23:12:48 +0200 Subject: [PATCH] fix(core): update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77134c5..312cc44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN su -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-s && apt-get clean \ && rm -r /var/lib/apt/lists/*" -RUN mkdir $NVM_DIR && sudo chown coder $NVM_DIR && chown u+w $NVM_DIR +RUN mkdir $NVM_DIR && sudo chown coder $NVM_DIR && chmod u+w $NVM_DIR USER coder