diff --git a/Dockerfile b/Dockerfile index e9c31fb6..237a9428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ LABEL Maintainer="contact@snpranav.com" RUN apk update && apk add git # Installing Yeoman and VS Code Extension Generator globally -RUN npm install -g yo generator-code -RUN chown -R node:node /usr/local/lib/node_modules +RUN npm install -g yo generator-code \ + && chown -R node:node /usr/local/lib/node_modules WORKDIR /usr/src/app @@ -17,4 +17,4 @@ COPY . . RUN chown -R node:node /usr/src/app USER node -ENTRYPOINT [ "yo", "code" ] \ No newline at end of file +ENTRYPOINT [ "yo", "code" ]