Skip to content
Snippets Groups Projects
Commit 66caaf21 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Changed docker compose context to the local directory.

parent d092884e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
jupyterlab-all: jupyterlab-all:
image: 'modjular/jupyterlab-all' image: 'modjular/jupyterlab-all'
build: build:
context: https://git.qoto.org/modjular/jupyter-all context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- 8888:8888 - 8888:8888
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment