diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-23 20:26:46 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-23 20:26:46 -0600 |
commit | 318c213573ccc1e85e48a60002e694716388be64 (patch) | |
tree | 7b22911569f2d61849155b9b59b9219fccc07f09 /build/entry.sh | |
parent | aa6e200bc7844aa2b7b88a451a9e95be4f2cebb0 (diff) |
Move docker from build dir to docker
Diffstat (limited to 'build/entry.sh')
-rw-r--r-- | build/entry.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/entry.sh b/build/entry.sh deleted file mode 100644 index 09a943f..0000000 --- a/build/entry.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -while true; do echo hi; sleep 1; done; |