add domain in dockerfiles
parent
e72b6a14cc
commit
e8d2a30ab5
|
@ -28,8 +28,8 @@ COPY --from=publish /app/publish .
|
|||
|
||||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV NetworkResurrectorServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV IdentityServer__BaseAddress="***REMOVED***"
|
||||
ENV NetworkResurrectorServer__BaseAddress="***REMOVED***"
|
||||
ENV TZ=Europe/Bucharest
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@ COPY --from=publish /app/publish .
|
|||
|
||||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV NetworkResurrectorServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV IdentityServer__BaseAddress="***REMOVED***"
|
||||
ENV NetworkResurrectorServer__BaseAddress="***REMOVED***"
|
||||
ENV TZ=Europe/Bucharest
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@ COPY --from=publish /app/publish .
|
|||
|
||||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV NetworkResurrectorServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV IdentityServer__BaseAddress="***REMOVED***"
|
||||
ENV NetworkResurrectorServer__BaseAddress="***REMOVED***"
|
||||
ENV TZ=Europe/Bucharest
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@ COPY --from=publish /app/publish .
|
|||
|
||||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV NetworkResurrectorServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV IdentityServer__BaseAddress="***REMOVED***"
|
||||
ENV NetworkResurrectorServer__BaseAddress="***REMOVED***"
|
||||
ENV TZ=Europe/Bucharest
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
|
|
Loading…
Reference in New Issue