We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0952c87 commit 2bd09fbCopy full SHA for 2bd09fb
docker/docker-compose-dev.yml
@@ -1,6 +1,8 @@
1
services:
2
cogstack-jupyter-hub-dev:
3
- build: ../Dockerfile_hub
+ build:
4
+ context: ../
5
+ dockerfile: "Dockerfile_hub"
6
container_name: cogstack-jupyter-hub-dev
7
restart: always
8
environment:
0 commit comments