Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify committed Dec 13, 2023
1 parent a0825a8 commit f9163a7
Show file tree
Hide file tree
Showing 4 changed files with 828 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN curl -L https://github.com/protomaps/go-pmtiles/releases/download/v1.11.1/go
&& mv pmtiles /usr/local/bin/

COPY bin/ /
COPY package.json /package.json
COPY package-lock.json /package-lock.json
COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
8 changes: 4 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ echo "ACCESS_KEY: $ACCESS_KEY"

echo $PATH
# node_modules が install されている場所を確認
npm root -g
ls -l /

# Install dependencies
npm install -g csv2geojson
npm install -g klaw
npm install

ls -l /

node /excel2geojson.js $INPUT_DIR
ls -l $INPUT_DIR
Expand Down
Loading

0 comments on commit f9163a7

Please sign in to comment.