ソースを参照

dockerfile 调整

master
杨雷 6ヶ月前
コミット
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"]

読み込み中…
キャンセル
保存