GITOLITE.txt
[pub/jan/aic18.git] / service-reporting / Dockerfile
index 1cef98c76e604bdf456185e4c4f5809af384eefd..7e70952c652d573e974cf32cc360ea79295223c4 100644 (file)
@@ -12,6 +12,7 @@ RUN dotnet publish -c Release -o out
 
 # Build runtime image
 FROM microsoft/dotnet:2.2-aspnetcore-runtime
+LABEL maintainer="Fabian Eichhorner <fabian.eichhorner@tuwien.ac.at>"
 WORKDIR /app
 COPY --from=build-env /app/out .
 
@@ -19,9 +20,7 @@ COPY --from=build-env /app/out .
 EXPOSE 8083            
 ENV ASPNETCORE_URLS=http://+:8083
 
-# copy pdf library
-# COPY libwkhtmltox.* ./
-# install additional libaries
+# install pdf libaries
 RUN apt-get update \
     && apt-get install -y --no-install-recommends \
         zlib1g \