nixos-configuration/nix-cache/Dockerfile
2025-09-03 22:17:28 +02:00

5 lines
158 B
Docker

FROM ghcr.io/zhaofengli/attic:latest
COPY ./entrypoint.sh /entrypoint.sh
COPY ./server.toml /attic/server.toml.tmpl
EXPOSE 8080
ENTRYPOINT ["/entrypoint.sh"]