diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-11-12 14:18:15 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-11-12 14:18:15 +0100 |
commit | ff504029432852faef500497fc586f8fdc46bf37 (patch) | |
tree | c8d8ec4a258f4217e8b90224c5f8f680438ee651 /packaging/docker/start.sh | |
parent | 627003ae120a09b0e72940eb3683132a4a0cf93f (diff) |
Add docker packaging.
Diffstat (limited to 'packaging/docker/start.sh')
-rwxr-xr-x | packaging/docker/start.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/docker/start.sh b/packaging/docker/start.sh new file mode 100755 index 0000000..f518ca9 --- /dev/null +++ b/packaging/docker/start.sh @@ -0,0 +1,5 @@ +#! /bin/sh +if [ -f /var/www/Makefile ]; then + make -C /var/www +fi +/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf |