Browse Source

👕 调整Dockerfile

main-auditlogging 5.1.1.7
王军 4 years ago
parent
commit
b9e1a04422
  1. 3
      aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Dockerfile

3
aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Dockerfile

@ -5,6 +5,9 @@ RUN mkdir /app
COPY publish /app COPY publish /app
# 这里速度会有点慢,可以打包自己的下边镜像底包
RUN apt-get update -y && apt-get install -y libgdiplus && apt-get clean && ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll
# 设置工作目录 # 设置工作目录
WORKDIR /app WORKDIR /app

Loading…
Cancel
Save