You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i build it has 2 file error.
How can i build it with option --verbose.
I try add same this: docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate middleman build --verbose but it not work.
Thanks all.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello I'm a newbie.
In my project i run build below. It same in this docs: https://github.com/slatedocs/slate/wiki/Using-Slate-in-Docker
docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate build
When i build it has 2 file error.
How can i build it with option --verbose.
I try add same this:
docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate middleman build --verbose
but it not work.Thanks all.
Beta Was this translation helpful? Give feedback.
All reactions