Skip to content
New issue

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

support reload with docker image #66

Open
durandom opened this issue Jan 17, 2019 · 0 comments
Open

support reload with docker image #66

durandom opened this issue Jan 17, 2019 · 0 comments

Comments

@durandom
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant