ADD file:cb13581b8e7a9de4396639e5ca2f3817763435c0563232f85e3d899f6388a1b3 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.12 |
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.12 |
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit |
WORKDIR /app |
EXPOSE 80 |
EXPOSE 443 |
WORKDIR /app |
COPY dir:1cd8916022d063791de173c17a0760f2cfa9e5e184abba301512998bd44fe3fe in . |
ENTRYPOINT ["dotnet" "OpenLibraryWrapper.dll"] |
LABEL org.opencontainers.image.created=2023-10-19T06:40:34Z |
LABEL org.opencontainers.image.revision=eb94f366b4c8d44a439dd1fecf0622c81b4a2e28 |
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/nathan.boileau/OpenLibraryNBoileau.git |
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/nathan.boileau/OpenLibraryNBoileau |