ARG NIX_TAG="latest" FROM nixos/nix:$NIX_TAG COPY entrypoint.sh /usr/local/bin/ ENTRYPOINT ["/bin/sh", "/usr/local/bin/entrypoint.sh"]