mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:40:19 +00:00
NOISSUE - Update docker compose and env file (#171)
* Update docker compose and env Signed-off-by: Arvindh <arvindh91@gmail.com> * add MG_AUTH_URL Signed-off-by: Arvindh <arvindh91@gmail.com> * update smq copy script Signed-off-by: Arvindh <arvindh91@gmail.com> * sync with supermq main Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com>
This commit is contained in:
+2
-1
@@ -26,6 +26,7 @@ fi
|
||||
cleanup() {
|
||||
rm -rf "$TEMP_DIR"
|
||||
}
|
||||
cleanup
|
||||
trap cleanup EXIT
|
||||
|
||||
git clone --depth 1 --filter=blob:none --sparse "$REPO_URL"
|
||||
@@ -36,6 +37,6 @@ if [ -d "$DEST_DIR" ]; then
|
||||
rm -r "$DEST_DIR"
|
||||
fi
|
||||
mkdir -p "$DEST_DIR"
|
||||
mv -f "$DOCKER_DIR"/{*,.*} "$DEST_DIR"
|
||||
mv -f "$DOCKER_DIR"/.??* "$DOCKER_DIR"/* "$DEST_DIR"/
|
||||
cd ..
|
||||
rm -rf "$TEMP_DIR"
|
||||
|
||||
Reference in New Issue
Block a user