This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM registry.71dev.com/dotnetsdk:8.0 as build-env
|
||||
WORKDIR /source
|
||||
COPY . .
|
||||
|
||||
RUN dotnet build
|
||||
RUN dotnet publish -o /publish --configuration Release ;
|
||||
RUN dotnet publish OCPP.Core.Server/OCPP.Core.Server.csproj -o /publish
|
||||
#RUN dotnet build
|
||||
#RUN dotnet publish -o /publish --configuration Release ;
|
||||
# Publish Stage
|
||||
FROM registry.71dev.com/dotnetaspnet:8.0
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user