Nadeera Sampath
Nadeera Sampath
Hi @hotwind2015 , You can try #16
Hi @steelec , Can you try to add following line before the npm install `RUN apt-get update || : && apt-get install python3 make g++ -y || rm -rf /var/cache/apk/*`
Hi @steelec , Could you please provide the Docker version and the operating system you are currently using? By the way, I just tried this on Ubuntu and encountered the...
Hi, @include Are you trying run this on root directory? Better to build it first and then run it. for example : ``` docker compose build docker compose up ```