Skip to content

Commit

Permalink
test(): adds test script
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Dec 23, 2021
1 parent 658ece9 commit a67dccd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

export IMAGE_NAME=garethflowers/ftp-server

docker build --tag $IMAGE_NAME .
docker run --rm $IMAGE_NAME sh -c 'vsftpd -version 0>&1'

echo "\nOK"

0 comments on commit a67dccd

Please sign in to comment.