Hi Team , I was doing some changes in UI look and...
# all-things-deployment
s
Hi Team , I was doing some changes in UI look and feel of datahub. To verify those changes i was trying to build the docker image of datahub-frontend module on running the below command from datahub home folder
Copy code
sudo docker build -t updated_datahub_frontend_react -f ./docker/datahub-frontend
But this end with the error below
Copy code
---> Running in 55db64e7685d
/bin/sh: ./gradlew: not found
The command '/bin/sh -c cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=${ENABLE_EMBER} -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' returned a non-zero code: 127
Could anyone please help me resolve this issue.
g
hey @some-cricket-23089 - i replied to your question in #ui 🙂
👍 1