We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b1a0f commit a77eeaaCopy full SHA for a77eeaa
Dockerfile
@@ -8,7 +8,7 @@ RUN dotnet restore
8
9
# Copy source code and build
10
COPY . ./
11
-RUN dotnet build -c Release -o out
+RUN dotnet publish Cliptok.csproj -c Release --property:PublishDir=$PWD/out
12
13
# We already have this image pulled, its actually quicker to reuse it
14
FROM mcr.microsoft.com/dotnet/sdk:9.0.100 AS git-collector
0 commit comments