| ADD file:4a063d4e089ef10c6806d7042a0040078674ac2db61df02df8bbb8fa4894910a in / |
| CMD ["bash"] |
| ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true |
| /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/* |
| ENV DOTNET_VERSION=7.0.9 |
| COPY dir:3f2f1e6d202921f542742a45ba402d18c32dfa1483724c2857f2589ea8da845a in /usr/share/dotnet |
| /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet |
| ENV ASPNET_VERSION=7.0.9 |
| COPY dir:b9826d3ca37b036d4d0c05550f54f0f551fb616ab13da9bcdd1bb0b48d4ca2e3 in /usr/share/dotnet/shared/Microsoft.AspNetCore.App |
| COPY dir:c049463e01c48055ba27064bbd9d8357c0fc87d2cadac03a851b440cd0ca3987 in /usr/app |
| WORKDIR /usr/app |
| CMD ["/usr/app/ExampleWebService"] |
| EXPOSE 80 |
| LABEL org.opencontainers.image.created=2023-07-15T14:31:57Z |
| LABEL org.opencontainers.image.revision=050b03c68f004ca1a3382fb0651443d07ee6f38e |
| LABEL org.opencontainers.image.source=https://git.leotec.io/leo/ExampleWebService.git |
| LABEL org.opencontainers.image.url=https://git.leotec.io/leo/ExampleWebService |