Skip to content

Commit 60005f5

Browse files
committed
.
1 parent c1c7c7d commit 60005f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.ci.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ services:
66
volumes:
77
- .:/src
88
working_dir: /src
9-
command: /bin/bash -c "dotnet restore QuickstartIdentityServer.sln -s https://api.nuget.org/v3/index.json && dotnet publish ./QuickstartIdentityServer.sln -c Release -o ./obj/Docker/publish"
9+
command: /bin/bash -c "cd /src && dotnet restore QuickstartIdentityServer.sln -s https://api.nuget.org/v3/index.json && dotnet publish ./QuickstartIdentityServer.sln -c Release -o ./obj/Docker/publish"

0 commit comments

Comments
 (0)