We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Referring the Dockerfile,
CMD jekyll serve -d /_site --watch --force_polling -H 0.0.0.0 -P 4000
I would like to ask why you set the destination of jekyll serve to /site instead of current working directory /usr/src/app.
/site
/usr/src/app
I have try to overwrite the command without specifying the destination, it didn't work. It can only work when the static site is generated to /site
The text was updated successfully, but these errors were encountered:
Starefossen
No branches or pull requests
Hi,
Referring the Dockerfile,
CMD jekyll serve -d /_site --watch --force_polling -H 0.0.0.0 -P 4000
I would like to ask why you set the destination of jekyll serve to
/site
instead of current working directory/usr/src/app
.I have try to overwrite the command without specifying the destination, it didn't work. It can only work when the static site is generated to
/site
The text was updated successfully, but these errors were encountered: