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
|
/home
|
||||||
|
/.env
|
||||||
|
|
|
@ -2,6 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
jupyter:
|
jupyter:
|
||||||
build: ./build
|
build: ./build
|
||||||
|
image: ${DOCKER_IMAGENAME:-my-jupyterlab}
|
||||||
volumes:
|
volumes:
|
||||||
- ./home:/home/jovyan
|
- ./home:/home/jovyan
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue