Luis Alexandre Deschamps Brandão
Luis Alexandre Deschamps Brandão
Is this feature still unimplemented? we need it
This has been broke for some months already. I am on master, and it still a problem. My workaround is to use a fixed fork of the repo so far.
I have the same issue. i BELIVE the ${APP_HOME}/config should be either a localmount (-v) or a volume.
docker run -v $(pwd)/config:/home/node/app/config -p 8000:8000 -it tavernia:1.3.1-1
The same thing does not happen in the host machine (physical machine with rocky8)
@Daeraxa --no-sandbox is a viable workaround. thx