Files
webTemplate/docker/build.sh

6 lines
96 B
Bash

#!/bin/sh
/var/www/webtemplate --output=/var/www/public --src=/var/www/src
apache2-foreground