Skip to content

Commit 85ecdb5

Browse files
committed
fix(docker/dev): GPU target uses wrong Dockerfile
1 parent b916b7f commit 85ecdb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.5'
21
services:
32
hashcat-build:
43
image: yimura/crackerjack-docker:hashcat
@@ -35,7 +34,7 @@ services:
3534
image: yimura/crackerjack-docker:nvidia
3635
build:
3736
context: .
38-
dockerfile: cpu/Dockerfile
37+
dockerfile: nvidia/Dockerfile
3938
depends_on:
4039
- hashcat-build
4140
- wordlists

0 commit comments

Comments
 (0)