mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Add example Source-to-Image scripts for building custom notebook images.
This commit is contained in:
5
examples/source-to-image/run
Executable file
5
examples/source-to-image/run
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Start up the notebook instance.
|
||||
|
||||
exec start-notebook.sh "$@"
|
Reference in New Issue
Block a user