Parcourir la source

dockerfile 调整

master
杨雷 il y a 6 mois
Parent
révision
65ebdeb865
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      TelpoPush.Worker.ThirdSsl/Dockerfile

+ 2
- 2
TelpoPush.Worker.ThirdSsl/Dockerfile Voir le fichier

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

Chargement…
Annuler
Enregistrer