We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed23071 commit 29f45c8Copy full SHA for 29f45c8
1 file changed
docker.sh
@@ -21,7 +21,7 @@ case "$1" in
21
# If Nix is not installed or the build failed due to any reason, try to
22
# build with Docker.
23
( which nix &>/dev/null && nix-build nix/docker.nix && docker load < result ) ||
24
- docker build . --tag diffdetective-demo:1.0.0 || echo "Failed to build the docker container." && echo "Docker container sucessfully built."
+ docker build . --tag diffdetective-demo:1.0.0 || echo "Failed to build the docker container." && echo "Docker container successfully built."
25
;;
26
demo)
27
docker run --rm --net=host --volume="$HOME/.Xauthority:/home/user/.Xauthority:rw" -e _JAVA_AWT_WM_NONREPARENTING="$_JAVA_AWT_WM_NONREPARENTING" -e DISPLAY="${DISPLAY:-:0}" diffdetective-demo:1.0.0
0 commit comments