mh_jy_safe/APT.MicroApi/APT.SK.WebApi/Dockerfile2.original

7 lines
232 B
Plaintext
Raw Permalink Normal View History

2025-08-25 09:56:57 +08:00
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
WORKDIR /app
COPY ./ .
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ENV ASPNETCORE_URLS http://0.0.0.0:8100
ENTRYPOINT ["dotnet", "APT.BD.WebApi.dll"]