Prepare image upload to registry
This commit is contained in:
parent
bb14d1c295
commit
066c49fa3c
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/home
|
||||
/.env
|
||||
|
|
|
@ -2,6 +2,7 @@ version: '3'
|
|||
services:
|
||||
jupyter:
|
||||
build: ./build
|
||||
image: ${DOCKER_IMAGENAME:-my-jupyterlab}
|
||||
volumes:
|
||||
- ./home:/home/jovyan
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue