her.esy.fun/Dockerfile
Yann Esposito (Yogsototh) b522d357d3
first try at docker
2021-04-23 10:38:46 +02:00

12 lines
244 B
Docker

FROM nixos/nix
RUN nix-channel --add https://nixos.org/channels/nixos-20.09 nixpkgs
RUN nix-channel --update
RUN nix-env -i git
RUN nix-env -i niv
RUN mkdir -p /home/her.esy.fun
COPY . /home/her.esy.fun
RUN cd /home/her.esy.fun && nix-shell