This repository has been archived on 2021-04-19. You can view files and clone it, but cannot push or open issues/pull-requests.
drone-nix/Dockerfile

6 lines
68 B
Docker

FROM nixos/nix
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]