mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 10:10:06 +01:00
7 lines
138 B
Docker
7 lines
138 B
Docker
ARG NIX_TAG="latest"
|
|
|
|
FROM nixos/nix:$NIX_TAG
|
|
|
|
COPY entrypoint.sh /usr/local/bin/
|
|
|
|
ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]
|