her.esy.fun/Dockerfile

12 lines
244 B
Docker
Raw Permalink Normal View History

2021-04-23 08:38:46 +00:00
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