diff --git a/src/Tuitio/Dockerfile b/src/Tuitio/Dockerfile index 45b36c2..0fdbd60 100644 --- a/src/Tuitio/Dockerfile +++ b/src/Tuitio/Dockerfile @@ -26,10 +26,14 @@ FROM base AS final WORKDIR /app COPY --from=publish /app/publish . +ENV AUTHOR="Tudor Stanciu" ENV Urls="http://*:80" ENV TZ=Europe/Bucharest RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +ARG APP_VERSION=0.0.0.0 +ENV APP_VERSION=${APP_VERSION} + #Workaround to lower the TLS level in container for old sql server version RUN sed -i 's/TLSv1.2/TLSv1.0/g' /etc/ssl/openssl.cnf