Hey guys, I’m running into this error when building in docker. Any ideas on how to fix it?
It happens at `ADD Service etc/service’ line of the dockerfile.
Hey guys, I’m running into this error when building in docker. Any ideas on how to fix it?
It happens at `ADD Service etc/service’ line of the dockerfile.
Assuming you are, my typical build process is the following:
cd ~/workspace/gateway-docker
git pull
docker build --pull --build-arg gateway_branch=v0.9.1 -t gateway .