Skip to content

Commit

Permalink
fix(docker/dev): GPU target uses wrong Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura committed May 16, 2024
1 parent b916b7f commit 85ecdb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.5'
services:
hashcat-build:
image: yimura/crackerjack-docker:hashcat
Expand Down Expand Up @@ -35,7 +34,7 @@ services:
image: yimura/crackerjack-docker:nvidia
build:
context: .
dockerfile: cpu/Dockerfile
dockerfile: nvidia/Dockerfile
depends_on:
- hashcat-build
- wordlists
Expand Down

0 comments on commit 85ecdb5

Please sign in to comment.