bug fixed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
nutchayut
2024-05-31 01:29:37 +07:00
parent 1e416b980c
commit cea9b47659

View File

@@ -6,7 +6,7 @@ RUN dotnet publish OCPP.Core.Server/OCPP.Core.Server.csproj -o /publish
#RUN dotnet build
#RUN dotnet publish -o /publish --configuration Release ;
# Publish Stage
RUN DEBIAN_FRONTEND=noninteractive apt-get install libkrb53 --reinstall
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libkrb53
FROM registry.71dev.com/dotnetaspnet:8.0
WORKDIR /app
COPY --from=build-env /publish .