This repository has been archived on 2021-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
drone-nix/Dockerfile
Simon Bruder b7a391377b
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2020-10-03 14:43:35 +02:00

6 lines
68 B
Docker

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