Browse Source

调整

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

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

@@ -29,8 +29,9 @@ RUN dotnet publish "TelpoPush.Worker.ThirdSsl.csproj" -c Release -o /app/publish
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
COPY pem/app/pem
COPY pem /app/pem
ENV environment=Development
RUN apk add --no-cache tzdata
ENV TimeZone=Asia/Shanghai
ENV LANG C.UTF-8
ENV ASPNETCORE_ENVIRONMENT_LOG=Development


Loading…
Cancel
Save