- cd imageProcessing
- docker-compose build
- docker-compose up
- cd golang
- docker-compose build
- docker-compose up
The above will allow you to develop the Go application and every time a save occurs the Go application will be refreshed
- cd golang
- docker build -t helloworld -f Dockerfile.prod .
- docker run -it --rm --name hello helloworld