mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
commit
081afd9bbf
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…
x
Reference in New Issue
Block a user