Explorar el Código

调整

master
杨雷 hace 6 meses
padre
commit
d65d5872bb
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      TelpoPush.Worker.ThirdSsl/Dockerfile

+ 2
- 1
TelpoPush.Worker.ThirdSsl/Dockerfile Ver fichero

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


Cargando…
Cancelar
Guardar