Skip to content

Commit

Permalink
entrypoint.sh を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify authored Dec 13, 2023
1 parent f22c992 commit 94bab37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94bab37

Please sign in to comment.