diff --git a/Dockerfile b/Dockerfile index dee7981..4000734 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update && apt-get upgrade -y && \ # Create user and set password for user and root user ARG CODE_PASSWORD +ENV CODE_PASSWORD=$CODE_PASSWORD RUN useradd -rm -d /home/code -s /bin/bash -g root -G sudo -u 1000 code && \ echo 'code:$CODE_PASSWORD' | chpasswd