7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
|
# copy to .env and edit to suit
|
||
|
NAME=doc
|
||
|
BASE_IMAGE="squidfunk/mkdocs-material"
|
||
|
RUSER=ucommandit
|
||
|
BUILD_SRC=../src
|
||
|
APPEND_BUILD_ENV=./build.env
|