Skip to content

Commit 55e23ea

Browse files
revert to .devcontainer/Dockerfile
1 parent 88c0856 commit 55e23ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
image: datajoint/datajoint-python-devcontainer:${PY_VER:-3.11}-${DISTRO:-bookworm}
1111
build:
1212
context: .
13-
dockerfile: Dockerfile
13+
dockerfile: .devcontainer/Dockerfile
1414
args:
1515
- PY_VER=${PY_VER:-3.11}
1616
- DISTRO=${DISTRO:-bookworm}

0 commit comments

Comments
 (0)