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