Skip to content

Commit d6c2608

Browse files
committed
adds docker compose alias
1 parent 787663c commit d6c2608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/docker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
alias dc='docker compose'
4+
35
function docker_build_mounted_run(){
46
local image="test-$RANDOM"
57
docker build -t "$image" .

0 commit comments

Comments
 (0)