chore(github): adds dependabot
This commit is contained in:
parent
afffcbad0d
commit
de9f64f215
2 changed files with 9 additions and 0 deletions
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
3
build.sh
Executable file
3
build.sh
Executable 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
|
Loading…
Reference in a new issue