Hey, I am trying to build frontend on my local lap...
# all-things-deployment
t
Hey, I am trying to build frontend on my local laptop (mac) and getting following errors:
Copy code
executor failed running [/bin/sh -c cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=${ENABLE_EMBER} -PuseSystemNode=${USE_SYSTEM_NODE} -x test -x yarnTest -x yarnLint     && cp datahub-frontend/build/distributions/datahub-frontend.zip ../datahub-frontend.zip     && cd .. && rm -rf datahub-src && unzip datahub-frontend.zip]: exit code: 137
Command which I am trying to run is following:
Copy code
docker build -t datahub_frontend -f ./docker/datahub-frontend/Dockerfile .
Ahh it seems that the docker required more memory. Do you have any idea if this would be fixed somehow with later releases, by having the build be more light weight?