From 72accf73f542ef3d3cd5ac790e129d5e23a5a901 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 3 Mar 2025 12:17:46 +0000 Subject: [PATCH] added post instatllation script --- .devcontainer/post-install.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 .devcontainer/post-install.sh diff --git a/.devcontainer/post-install.sh b/.devcontainer/post-install.sh new file mode 100644 index 0000000..3e2ecb6 --- /dev/null +++ b/.devcontainer/post-install.sh @@ -0,0 +1 @@ +cd etl && post install; \ No newline at end of file