.dockerignore
0 → 100644
+4
−0
.envrc
0 → 100644
+2
−0
+13
−17
Dockerfile
0 → 100644
+17
−0
LICENSE.txt
0 → 100644
+21
−0
Loading
The usage is completely replaced. Now locally I run inside a pipenv and remotely using Docker. - Use Supersonic as the Cron daemon. - Run locally using pipenv. - Run remotely using Docker (and docker-compose). - Automate tasks using pipenv custom script shortcuts. - Updated pre-commit hooks, added yamllint hook. - Added license. - Updated README.