mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Minor release process fixes (#2042)
This commit is contained in:
@@ -11,6 +11,8 @@ main() {
|
||||
-v "$PWD:/src" \
|
||||
-w /src \
|
||||
-p 127.0.0.1:8080:8080 \
|
||||
-u "$(id -u):$(id -g)" \
|
||||
-e CI \
|
||||
"$(docker_build ./ci/images/debian8)" \
|
||||
"$@"
|
||||
}
|
||||
Reference in New Issue
Block a user