Browse Source

Fix docker container

main
parent
commit
3c6569eb06
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      Dockerfile
  2. 2
      README.org

2
Dockerfile

@ -10,4 +10,4 @@ WORKDIR /etc/dotfiles
COPY . .
# Load the default system shell.
RUN nix-shell /etc/dotfiles
RUN nix-shell /etc/dotfiles/shell.nix

2
README.org

@ -83,7 +83,7 @@ WORKDIR /etc/dotfiles
COPY . .
# Load the default system shell.
RUN nix-shell /etc/dotfiles
RUN nix-shell /etc/dotfiles/shell.nix
#+END_SRC
* Operating System

Loading…
Cancel
Save