标签:spn local netcore usr gis har asp alt rgba
FROM registry.cn-hangzhou.aliyuncs.com/xxxxxx/dotnet/aspnet:5.0 WORKDIR /app COPY ./xxxxxx . ENV ASPNETCORE_ENVIRONMENT QA EXPOSE 30015 ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone CMD ["echo", "hello"] CMD ["tail", "-f", "/dev/null"]
最下面两行。
标签:spn local netcore usr gis har asp alt rgba
原文地址:https://www.cnblogs.com/subendong/p/14337101.html