tyro / rabbit-amazon-bridge

A service that routes JSON messages back and forth between AWS and rabbitmq
Apache License 2.0
18 stars 6 forks source link

Use docker multi-stage build #52

Open pauldthomson opened 5 years ago

pauldthomson commented 5 years ago

Consider combining the .build and .deploy Dockerfiles into a single Dockerfile and using a multi-stage build: https://docs.docker.com/develop/develop-images/multistage-build/

maccac commented 5 years ago

@pauldthomson Sorry for the late reply. I took a look into it and I'm cool with this as long as we can keep the tests running that rely on external docker services running. Feel free to make put in a pull request to improve our build and release process.