# debian.sh --arch 'amd64' out/ 'bullseye' '@1733097600' |
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=6.0.36 |
COPY /dotnet /usr/share/dotnet # buildkit |
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
ENV ASPNET_VERSION=6.0.36 |
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit |
WORKDIR /app |
EXPOSE 80 |
EXPOSE 443 |
WORKDIR /app |
COPY dir:fc0220c8a6f7ef525714811d2abc15233932e82be0b9e94fc239322bee95c309 in . |
ENTRYPOINT ["dotnet" "MyButifulBlazorTpApp.dll"] |
LABEL org.opencontainers.image.created=2024-12-09T23:28:04Z |
LABEL org.opencontainers.image.revision=f791d620dce1d009691b46ff596f15733b2ae740 |
LABEL org.opencontainers.image.source=https://codefirst.iut.uca.fr/git/simoni.khachidze/tp_blazor.git |
LABEL org.opencontainers.image.url=https://codefirst.iut.uca.fr/git/simoni.khachidze/tp_blazor |