This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM registry.71dev.com/dotnetsdk:8.0 as build-env
|
FROM registry.71dev.com/dotnetsdk:8.0 as build-env
|
||||||
WORKDIR /source
|
WORKDIR /source
|
||||||
sudo apt-get install libkrb53 --reinstall
|
apt-get install libkrb53 --reinstall
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN dotnet publish OCPP.Core.Server/OCPP.Core.Server.csproj -o /publish
|
RUN dotnet publish OCPP.Core.Server/OCPP.Core.Server.csproj -o /publish
|
||||||
#RUN dotnet build
|
#RUN dotnet build
|
||||||
|
|||||||
Reference in New Issue
Block a user