feat: added docker entrypoint

This commit is contained in:
NGPixel
2017-08-11 20:45:13 -04:00
parent acc5b4b7e0
commit 8f8ee6ad77
2 changed files with 30 additions and 31 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/ash
apk add bash curl git openssh
cd /var/www
node server