dockersamples / compose-dev-env

Example used to try a compose application with Docker Dev Environments
Apache License 2.0
137 stars 159 forks source link

CGO has to be disabled for alpine image #4

Closed hpsony94 closed 2 years ago

hpsony94 commented 2 years ago

Faced this issue while running your go binary with in alpine container. Export the following variable before building your bin

docker run backend
sh: can't open '/run.sh': No such file or directory