go-links
go-links copied to clipboard
Add Github action to build image on release
This doesn't alter your code, just a way for people to pull the latest image without having to build it and mount their own app.yml file
docker run -d -p 80:8000 --rm -it -v ${PWD}/app.yml:/usr/src/app/server/src/config/app.yml --name trotto trotto