We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4927f commit 6cf037eCopy full SHA for 6cf037e
build-docker.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
3
-docker build -t lincdev:latest .
+docker build -t registry.gitlab.com/hangprinter/line-collision-detector:latest .
docker-shell.sh
@@ -1,4 +1,4 @@
-docker run --rm -v "$PWD":/line-collision-detector -w /line-collision-detector -u user -it lincdev
+docker run --rm -v "$PWD":/line-collision-detector -w /line-collision-detector -u user -it registry.gitlab.com/hangprinter/line-collision-detector
4
# bdep init --config-create ../bdep-configs/gcc cc config.cxx=g++
0 commit comments