diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json index 66e5416..ecba397 100644 --- a/.codesandbox/tasks.json +++ b/.codesandbox/tasks.json @@ -19,8 +19,8 @@ "runAtStart": true }, "docker network inspect network": { - "name": "docker network inspect postgsail_iot", - "command": "docker network ls && docker network inspect postgsail_iot", + "name": "docker network inspect postgsail_default", + "command": "docker network ls && docker network inspect postgsail_default", "runAtStart": false }, "docker-compose up api": { @@ -100,6 +100,11 @@ "command": "git submodule update --init --recursive", "runAtStart": false }, + "git submodule update --recursive --remote": { + "name": "git submodule update --recursive --remote", + "command": "git submodule update --recursive --remote", + "runAtStart": false + }, "git pull": { "name": "git pull", "command": "git pull",