Skip to content

Commit

Permalink
adding support for optionally configuring the preservation shape fiel…
Browse files Browse the repository at this point in the history
…d data in _source
  • Loading branch information
lokkju committed Sep 23, 2023
1 parent 331130e commit 6f6a8f7
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 210 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ RUN npm install
# add code from local checkout to image
ADD . ${WORKDIR}

# run tests
RUN npm test

# run as pelias user
USER pelias
Loading

0 comments on commit 6f6a8f7

Please sign in to comment.