mirror of
https://github.com/coder/code-server.git
synced 2024-11-24 05:29:31 +03:00
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
Block a user