I\'m trying to create a directory owned by a specific user in Docker. I\'m using this Dockerfile:
FROM node:14.4.0-alpine COPY package*.json ./ RUN npm insta