Skip to content

Commit

Permalink
chore: removed --verbose command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Jul 11, 2024
1 parent 8e60794 commit 7e9feb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
/bin/bash -c "
echo Waiting for the database service to start up ...;
sleep 10;
dotnet watch run --project /opt/app-root/src/api/api.csproj --urls='http://+:5000' --verbose;"
dotnet watch run --project /opt/app-root/src/api/api.csproj --urls='http://+:5000';"
db:
image: centos/postgresql-12-centos8
Expand Down

0 comments on commit 7e9feb1

Please sign in to comment.