• Joined on 2025-09-03

factorioblueprintgod (2b604c71fe4beae6c19e11f6c6c5c43cc0838c88)

Published 2026-06-27 12:20:41 +02:00 by moynes

Installation

docker pull git.moynes.no/moynes/factorioblueprintgod:2b604c71fe4beae6c19e11f6c6c5c43cc0838c88
sha256:e6f8cee919d842481c2b6128a998c6b818c3113fc898ff1ad35af733edb7f284

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-27 12:20:41 +02:00
0
OCI / Docker
linux/amd64
36 MiB
Versions (24) View all