Fixes to get it to run in the cloud

This commit is contained in:
2022-10-27 03:17:34 +00:00
parent c919527b1b
commit 61a16393fa
2 changed files with 5 additions and 4 deletions

View File

@ -48,6 +48,9 @@ docker-build:
docker-run: docker-build
@docker run -it -v `pwd`/build:/etc/birdbot yeslayla/birdbot:latest
docker-push: docker-build
@docker push yeslayla/birdbot:latest
## install: Download and install dependencies
install: go-get