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

This commit is contained in:
nutchayut
2024-05-31 01:27:35 +07:00
parent 226141f1e0
commit 1714a6da22

View File

@@ -1,6 +1,6 @@
FROM registry.71dev.com/dotnetsdk:8.0 as build-env
WORKDIR /source
sudo apt-get install libkrb53 --reinstall
apt-get install libkrb53 --reinstall
COPY . .
RUN dotnet publish OCPP.Core.Server/OCPP.Core.Server.csproj -o /publish
#RUN dotnet build