From 94bab373b876c1e27e29d6d78b8002b60545817d Mon Sep 17 00:00:00 2001 From: Naoki Ohashi Date: Wed, 13 Dec 2023 16:50:08 +0900 Subject: [PATCH] =?UTF-8?q?entrypoint.sh=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1cdbbec..c216726 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,7 +9,7 @@ AWS_SECRET_ACCESS_KEY=$4 echo "INPUT_DIR: $INPUT_DIR" echo "ACCESS_KEY: $ACCESS_KEY" -# node /bin/excel2geojson.js $INPUT_DIR -# ls -l $INPUT_DIR +node /bin/excel2geojson.js $INPUT_DIR +ls -l $INPUT_DIR exit 0 \ No newline at end of file