Skip to content

Commit

Permalink
fixes docker compose to use correct dockerfile (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot authored Oct 15, 2024
1 parent 7acca17 commit 8949806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
node:
build:
context: .
dockerfile: Dockerfile
dockerfile: Dockerfile.standard
command: -f NodeDocker.toml
volumes:
- ${PWD}/node/NodeDocker.toml:/usr/opt/bonsol/NodeDocker.toml
Expand Down

0 comments on commit 8949806

Please sign in to comment.