formio / formio

A Form and Data Management Platform for Progressive Web Applications.

Home Page:https://form.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] [Bug] Docker-Compose : permission denied, rename 'formio-app-formio-master' -> '/app/client'

MeowSaiGithub opened this issue · comments

2023-08-31 13:49:12 Installing...
prompt: Are you sure you wish to install? (y/N):  Downloading client...
  downloading [] 100% 0.0s
2023-08-31 13:49:17 Extracting contents...
2023-08-31 13:49:18 [Error: EACCES: permission denied, rename 'formio-app-formio-master' -> '/app/client'] {
2023-08-31 13:49:18   errno: -13,
2023-08-31 13:49:18   code: 'EACCES',
2023-08-31 13:49:18   syscall: 'rename',
2023-08-31 13:49:18   path: 'formio-app-formio-master',
2023-08-31 13:49:18   dest: '/app/client'
2023-08-31 13:49:18 }
2023-08-31 13:49:18 EACCES: permission denied, rename 'formio-app-formio-master' -> '/app/client'

I clone the repo and run npm i --lockfile-version 2 and started the docker-compose up but facing this issue

Seem to be having this issue because before launching completely from docker-compose up, i stop the containers and try to run it again. If everything is setup in docker-compose up and i can run it manually without error. Will close this issue.