13 lines
155 B
Makefile
13 lines
155 B
Makefile
docker-build:
|
|
docker build --tag=ephox/tinymce-docs .
|
|
|
|
docker-push:
|
|
docker push ephox/tinymce-docs
|
|
|
|
serve:
|
|
_scripts/serve.sh
|
|
|
|
init:
|
|
_scripts/init.sh
|
|
|