We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba46808 commit 49198acCopy full SHA for 49198ac
Dockerfile
@@ -14,6 +14,7 @@ COPY tests/api.tests.csproj ./tests/
14
COPY Hello.sln ./
15
RUN dotnet restore
16
17
+
18
COPY . .
19
WORKDIR /src
20
RUN dotnet build -c $BUILD_CONFIGURATION -o /app/build
@@ -25,4 +26,4 @@ RUN dotnet publish -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
25
26
FROM base AS runtime
27
WORKDIR /app
28
COPY --chown=app --from=publish /app/publish .
-ENTRYPOINT ["dotnet", "api.core.dll"]
29
+ENTRYPOINT ["dotnet", "api.core.dll"]
0 commit comments