This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user