- Laniakea Supercluster
- Joined on
2024-10-05
Block a user
home-finder-bot (latest)
Published 2026-05-20 11:55:50 +03:00 by filtatos
Installation
docker pull apothetirio.dimosion.online/filtatos/home-finder-bot:latestsha256:e43533ea511258aac27edfb1db12b624fb7da9a1d7fc534921e5b6466da32f49
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=8.0.27 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| WORKDIR /app |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| ENTRYPOINT ["dotnet" "HomeBot.dll"] |