chore(github): adds dependabot

This commit is contained in:
Gareth Flowers 2021-04-12 22:51:30 +01:00
parent afffcbad0d
commit de9f64f215
2 changed files with 9 additions and 0 deletions

6
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

3
build.sh Executable file
View file

@ -0,0 +1,3 @@
docker build --no-cache --tag ftp .
docker rm -fv ftp
# docker run -d -p 20-21:20-21/tcp -p 40000-40009:40000-40009/tcp --env FTP_USER=ftp-user --env FTP_PASS=ftp-pass --name ftp --restart always docker.io/garethflowers/ftp-server:0.1.0