mirror of
https://github.com/zoriya/cish.git
synced 2025-12-06 07:16:16 +00:00
6 lines
86 B
Docker
6 lines
86 B
Docker
FROM nixos/nix
|
|
COPY ./runner.sh /app/runner
|
|
|
|
WORKDIR /work
|
|
ENTRYPOINT ["/app/runner"]
|