build_tools icon indicating copy to clipboard operation
build_tools copied to clipboard

Docker build failed and stopped at grunt-google-closure-compiler

Open shooding opened this issue 1 year ago • 1 comments

Follow instructions at https://github.com/ONLYOFFICE/build_tools/tree/master/develop

Pulling latest baseImage FROM onlyoffice/documentserver:latest (checksum = 8.0) 24 days ago Build on M1 with --platform=linux/amd64 to build the image "documentserver-develop" successfully Then use the

...

run with sdkjs and web-apps (with --platform=linux/amd64) because my final deployment is on linux/amd64

docker run --platform=linux/amd64 -i -t -p 80:80 --restart=always -e ALLOW_PRIVATE_IP_ADDRESS=true -v $(pwd)/sdkjs:/var/www/onlyoffice/documentserver/sdkjs -v $(pwd)/web-apps:/var/www/onlyoffice/documentserver/web-apps documentserver-develop

/usr/bin/yes: standard output: Broken pipe
...
Running "closure-compiler:js" (closure-compiler) task
>> grunt-google-closure-compiler: Compilation errors occurred
Warning: Compilation error Use --force to continue.

shooding avatar Feb 23 '24 07:02 shooding

Hello @shooding I guess the issue is the same as https://github.com/ONLYOFFICE/build_tools/issues/407, compilation on Mac OS, we still havn't guide.

igwyd avatar Feb 26 '24 10:02 igwyd

This issue was closed due no response.

Rita-Bubnova avatar May 27 '24 14:05 Rita-Bubnova