• Joined on 2025-09-03

factorioblueprintgod (latest)

Published 2026-06-28 01:25:51 +02:00 by moynes

Installation

docker pull git.moynes.no/moynes/factorioblueprintgod:latest
sha256:8d16eb8a8c5e6b111e5b4a39d4718d774f16c77930cf2f08b085ba07f5dc572d

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libssl3 ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
COPY /usr/local/bin/fbg-server /usr/local/bin/fbg-server # buildkit
COPY static ./static # buildkit
ENV FBG_BIND=0.0.0.0:3000 FBG_DATABASE=/data/blueprints.redb
EXPOSE [3000/tcp]
VOLUME [/data]
CMD ["fbg-server"]
Details
Container
2026-06-28 01:25:51 +02:00
18
OCI / Docker
linux/amd64
36 MiB
Versions (24) View all