Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 authored Jul 5, 2023
1 parent 6bf7363 commit 45231e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- DATABASE=server=db;port=3306;user=bot;password=supersecurepassword;database=bot
depends_on:
- db
command: sh -c "dotnet ef database update --no-build && dotnet run --no-build --project Bot"

phpmyadmin:
image: phpmyadmin/phpmyadmin:latest
Expand Down

0 comments on commit 45231e3

Please sign in to comment.