diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,5 +15,7 @@ RUN dotnet publish "./VegaData.csproj" -c Release -o /app/publish /p:UseAppHost= FROM base AS final WORKDIR /app +ENV TZ=Europe/Oslo +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone COPY --from=publish /app/publish . ENTRYPOINT ["dotnet", "VegaData.dll"] |
