|
|
|
@ -5,7 +5,7 @@ MAINTAINER Bengt <bengt@fredhs.net>
|
|
|
|
|
RUN git clone https://github.com/Altinn/cert-generator.git && cd cert-generator && \
|
|
|
|
|
dotnet build Generator.sln
|
|
|
|
|
|
|
|
|
|
FROM mcr.microsoft.com/dotnet/aspnet:3.1 AS final
|
|
|
|
|
FROM mcr.microsoft.com/dotnet/aspnet:3.1-alpine AS final
|
|
|
|
|
WORKDIR /data
|
|
|
|
|
VOLUME /data
|
|
|
|
|
|
|
|
|
|