Split docker v4 and v5 files to different directories (#310)

* Move v4/5 files to separate folders

* Updated github build_push.yml action

* Updated docker-compose.yml
This commit is contained in:
Ween Jiann
2021-03-28 14:18:54 +08:00
committed by GitHub
parent 524e79c486
commit f4f8c79ce7
13 changed files with 182 additions and 64 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
printf "READY\n"
while read line; do
echo "Processing Event: $line" >&2
kill -SIGQUIT $PPID
done </dev/stdin