Prepare image upload to registry

This commit is contained in:
J. Elfring (i) 2024-03-28 12:52:28 +01:00
parent bb14d1c295
commit 066c49fa3c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/home
/.env

View file

@ -2,6 +2,7 @@ version: '3'
services:
jupyter:
build: ./build
image: ${DOCKER_IMAGENAME:-my-jupyterlab}
volumes:
- ./home:/home/jovyan
ports: