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
Right now make build runs Docker without interactive mode and launches a live-server.
One cannot cancel the live-server using CTRL+C, since Docker does not have the -it flag set.
Therefore it would be good to, either:
add -it flag, i.e. docker run -it -v pwd:/srv/gitbook -v pwd/_book:/srv/html bketelsen/gitbook
or:
Create a separate interactive build-target for the Makefile
Issue Type
About the Dockerfile
Language
global
The text was updated successfully, but these errors were encountered:
Right now
make build
runs Docker without interactive mode and launches a live-server.One cannot cancel the live-server using
CTRL+C
, since Docker does not have the-it
flag set.Therefore it would be good to, either:
-it
flag, i.e.docker run -it -v
pwd:/srv/gitbook -v
pwd/_book:/srv/html bketelsen/gitbook
or:
Create a separate interactive build-target for the Makefile
Issue Type
About the
Dockerfile
Language
global
The text was updated successfully, but these errors were encountered: