diff --git a/Dockerfile b/Dockerfile index 27e982e..4be920c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,4 +72,4 @@ USER $USERNAME RUN curl -L https://nixos.org/nix/install | sh -s -- --no-daemon COPY ./nix.conf /etc/nix/nix.conf # # RUN nix flake init -# USER 0 +USER 0 diff --git a/README.md b/README.md index 12b2dfc..61be858 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Make sure sysbox is installed and run ```sh - docker run --runtime=sysbox-runc -it spiri-sdk-desktop + docker run --runtime=sysbox-runc -it git.spirirobotics.com/spiri/spiri-sdk-desktop:master ``` Navigate to http://localhost:8466, and log in using the username `spiri` and the password `spiri-friend`