Browse Source

dockerfile 调整

master
杨雷 6 months ago
parent
commit
65ebdeb865
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      TelpoPush.Worker.ThirdSsl/Dockerfile

+ 2
- 2
TelpoPush.Worker.ThirdSsl/Dockerfile View File

@@ -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"]

Loading…
Cancel
Save