This makes simple-gdrive-backups happen
Open the docker environment to do all development and deployment
# bring up dev environment
make build up
# build the project ready for publish
make publish
make up
: brings up the container & attach to the default containermake down
: stops the containermake build
: builds the containerdocker-login
: Log into dockermake build
: builds the containermake build
: builds the container
make start
: Run the simple-gdrive-backupsmake publish
: Build the simple-gdrive-backups to build foldermake deploy
: Deploy the simple-gdrive-backups
- https://opensource.com/article/18/8/what-how-makefile What is a Makefile and how does it work?