mirror of https://git.tuxpa.in/a/code-server.git
Make release directory
This commit is contained in:
parent
2807ce495e
commit
1d61cbe536
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue