mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Add web content file to build
This commit is contained in:
parent
e083663a77
commit
6bc10dc812
2 changed files with 3 additions and 0 deletions
|
@ -33,7 +33,10 @@ build() {
|
|||
|
||||
mkdir -p dist/${NAME}/config
|
||||
|
||||
# Default files
|
||||
cp config/config-example.yaml dist/${NAME}/config/config.yaml
|
||||
cp webroot/static/content-example.md dist/${NAME}/webroot/static/content.md
|
||||
|
||||
cp -R webroot/ dist/${NAME}/webroot/
|
||||
cp -R doc/ dist/${NAME}/doc/
|
||||
cp README.md dist/${NAME}
|
||||
|
|
Loading…
Reference in a new issue