ADD file:9b38b383dd93169a663eed88edf3f2285b837257ead69dc40ab5ed1fb3f52c35 in / |
CMD ["bash"] |
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true |
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
ENV DOTNET_VERSION=7.0.20 |
COPY /dotnet /usr/share/dotnet # buildkit |
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
ENV ASPNET_VERSION=7.0.20 |
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit |
ENV ASPNETCORE_ENVIRONMENT=Production |
WORKDIR /app |
EXPOSE 80 |
EXPOSE 443 |
WORKDIR /app |
COPY dir:98e067e3fe44cfbdd8ac2725a58ee87f536f16726c0de4c81378b06284a3c4bb in . |
ENTRYPOINT ["dotnet" "GestionAdmin.dll"] |
LABEL org.opencontainers.image.created=2025-04-07T09:42:19Z |
LABEL org.opencontainers.image.revision=7194a54dc85829e10020cb1a92caab7bb71601d2 |
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/team.timeline/timeline.git |
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/team.timeline/timeline |