diff --git a/nodejs/17/Dockerfile b/nodejs/17/Dockerfile index c94a1e0..ab8c039 100644 --- a/nodejs/17/Dockerfile +++ b/nodejs/17/Dockerfile @@ -8,7 +8,6 @@ RUN apt update \ RUN npm install npm@8.11.0 typescript ts-node @types/node --location=global - USER container ENV USER=container HOME=/home/container WORKDIR /home/container