Commit: Commit dockerfile.
Some checks failed
Gitea CI/CD / build (push) Has been cancelled

This commit is contained in:
clive
2025-12-29 21:39:40 +11:00
parent 400e2ed735
commit dfb8724ce8
2 changed files with 11 additions and 1 deletions

View File

@@ -27,4 +27,4 @@ RUN dotnet publish "./clivelancaster.csproj" -c $BUILD_CONFIGURATION -o /app/pub
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "clivelancaster.dll"]
ENTRYPOINT ["dotnet", "clivelancaster.dll"]