dep ensure
I think?)go run server/server.go
PORT
DATABASE_URL
DOMAIN
Once the git process has been setup correctly, publishing image will be automated. Right now Docker Hub only has a very old version of the image
Right now it's still through manual git push heroku master
, and it will be changed to use webhook in heroku ASAP
docker build --rm -t api-loft:latest .
docker run -it api-loft:latest bash
CMD
in imagedocker run -it --rm -p 8080:8080 -e PORT=8080 api-loft:latest
(TODO: probably missing a couple variables)