Updated to alpine linux

This commit is contained in:
Ric Harvey
2016-06-15 15:36:42 +01:00
parent 16abc13dae
commit 9e216a395f
11 changed files with 968 additions and 176 deletions

View File

@@ -15,7 +15,7 @@ if [ -z "$GIT_NAME" ]; then
fi
ts=$(timestamp)
cd /usr/share/nginx/html
cd /var/www/html
git add *
git commit -a -m "push from container $ts"
git push