You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make deploy-to-docker-composedocker-compose stopdocker-compose rm -vfNo stopped containers/Library/Developer/CommandLineTools/usr/bin/make -C emojivoto-web build-containerdocker build .. -t "buoyantio/emojivoto-web:v10" --build-arg svc_name=emojivoto-webSending build context to Docker daemon 37.67MBStep 1/5 : FROM buoyantio/emojivoto-svc-base:v10v10: Pulling from buoyantio/emojivoto-svc-base91028a6d2ef7: Pull complete21c90fa7ccf4: Pull completeDigest: sha256:1e7039ceb589274f493d3c29f6d0e0b764795b268693ecafe127285808f63f03Status: Downloaded newer image for buoyantio/emojivoto-svc-base:v10 ---> f59fdbacafa2Step 2/5 : ARG svc_name ---> Running in 5fcd7438e7b3Removing intermediate container 5fcd7438e7b3 ---> 50be637330abStep 3/5 : COPY $svc_name/target/ /usr/local/bin/COPY failed: stat /var/lib/docker/tmp/docker-builder245391831/emojivoto-web/target: no such file or directorymake[1]: *** [build-container] Error 1make: *** [deploy-to-docker-compose] Error 2
Solution
I ran the following:
$ make web..Successfully tagged buoyantio/emojivoto-web:v10
$ make emoji-svc..Successfully tagged buoyantio/emojivoto-emoji-svc:v10
$ make voting-svc..Successfully tagged buoyantio/emojivoto-voting-svc:v10
.. and then it worked.
OS, Go version, docker-compose version
MacOS, go 1.15.3 darwin, docker-compose version 1.24.1
The text was updated successfully, but these errors were encountered:
Hey Buoyant folks 👋
Problem
Solution
I ran the following:
.. and then it worked.
OS, Go version, docker-compose version
MacOS, go 1.15.3 darwin, docker-compose version 1.24.1
The text was updated successfully, but these errors were encountered: