杨雷 6 месяцев назад
Родитель
Сommit
65ebdeb865
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      TelpoPush.Worker.ThirdSsl/Dockerfile

+ 2
- 2
TelpoPush.Worker.ThirdSsl/Dockerfile Просмотреть файл

@@ -28,13 +28,13 @@ RUN dotnet publish "./TelpoPush.Worker.ThirdSsl.csproj" -c $BUILD_CONFIGURATION
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
COPY pem /app/pem
COPY pem/app/pem


ENV environment=Development
ENV TimeZone=Asia/Shanghai
ENV LANG C.UTF-8
RUN ln -snf /usr/share/zoneinfo/$TimeZone /etc/localtime && echo $TimeZone > /etc/timezone
#RUN ln -snf /usr/share/zoneinfo/$TimeZone /etc/localtime && echo $TimeZone > /etc/timezone

#ENTRYPOINT ["dotnet", "TelpoPush.Worker.ThirdSsl.dll"]
ENTRYPOINT ["sh", "-c", "dotnet TelpoPush.Worker.ThirdSsl.dll --environment=$environment"]

Загрузка…
Отмена
Сохранить