Skip to content

Commit

Permalink
Use appsettings in same dir by default (docker compose)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh committed Oct 5, 2024
1 parent 4b879f5 commit 391ca30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
context: .
dockerfile: Dockerfile
volumes:
- "./bin/Debug/net6.0/appsettings.json:/app/appsettings.json"
# - "./bin/Debug/net6.0/appsettings.json:/app/appsettings.json"
- "./appsettings.json:/app/appsettings.json"
networks:
- battlebit

Expand Down

0 comments on commit 391ca30

Please sign in to comment.