commit
081afd9bbf
1 changed files with 4 additions and 0 deletions
4
script/shell
Executable file
4
script/shell
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
docker build -t docker-compose .
|
||||
exec docker run -v /var/run/docker.sock:/var/run/docker.sock -v `pwd`:/code -ti --rm --entrypoint bash docker-compose
|
||||
Loading…
Add table
Add a link
Reference in a new issue