mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 05:22:04 +08:00
Make release directory
This commit is contained in:
@ -33,6 +33,7 @@ function docker-build() {
|
||||
docker-exec build
|
||||
docker-exec binary
|
||||
docker-exec package
|
||||
mkdir -p release
|
||||
docker cp "${containerId}":/src/release/. ./release/
|
||||
|
||||
docker stop "${containerId}"
|
||||
|
Reference in New Issue
Block a user