Skip to content

Commit

Permalink
fix(dockerfile): Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghini authored Aug 17, 2024
1 parent c9ba519 commit 05a7be3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ services:
- pgdata:/var/lib/postgresql/data

migrate:
image: mcr.microsoft.com/dotnet/runtime:8.0-windowsservercore-ltsc2022
#mcr.microsoft.com/dotnet/sdk:latest
image: mcr.microsoft.com/dotnet/sdk:8.0 #mcr.microsoft.com/dotnet/runtime:8.0-windowsservercore-ltsc2022
depends_on:
- postgres
working_dir: /app
Expand Down

0 comments on commit 05a7be3

Please sign in to comment.