go-links icon indicating copy to clipboard operation
go-links copied to clipboard

Add Github action to build image on release

Open briannosaurus opened this issue 3 years ago • 0 comments

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

briannosaurus avatar Nov 19 '21 19:11 briannosaurus