chore: initial commit

This commit is contained in:
Technofab 2023-05-29 13:52:53 +02:00
commit 9447dcb310
No known key found for this signature in database
GPG key ID: A0AA746B951C8830
3 changed files with 33 additions and 0 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
ARG NIX_TAG="latest"
FROM nixos/nix:$NIX_TAG
COPY entrypoint.sh /usr/local/bin/
ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]