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
I'd like to see live edits I'm doing.
There was a reload api, but it got removed? Can I start the container in development mode?
tried this, but that results in an empty reply from the server.
docker run -p 8080:8080 -v `pwd`:/app-data \ -ti --rm \ --name kubeflow_workshop \ -e CONTENT_URL_PREFIX="file:///app-data" \ -e WORKSHOPS_URLS="file:///app-data/_workshop1.yml" \ -e LOG_TO_STDOUT=true \ -e RAILS_ENV=development \ quay.io/osevg/workshopper
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to see live edits I'm doing.
There was a reload api, but it got removed?
Can I start the container in development mode?
tried this, but that results in an empty reply from the server.
The text was updated successfully, but these errors were encountered: