Answer the question
In order to leave comments, you need to log in
What causes permission denied?
Good evening.
I'm trying to put react in docker-e.
Dockerfile
FROM node:17-alpine
WORKDIR /app
poisk-node-cli:
build:
context: ./poisk/docker/development/node
volumes:
- ./poisk:/app
docker-compose run --rm poisk-node-cli npx create-react-app react-app --template cra-template-pwa
docker-compose run --rm poisk-node-cli npx create-react-app react-app --template cra-template-pwa
Creating project_poisk-node-cli_run ... done
Need to install the following packages:
create-react-app
Ok to proceed? (y) y
npm WARN deprecated [email protected]: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
sh: create-react-app: Permission denied
ERROR: 127
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question