Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lathoub committed Sep 14, 2024
1 parent cc3bed3 commit 39640e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ RUN npm install
# Bundle app source
COPY src/ src/
COPY local*.yml ./
COPY data/ /home/node/ocapi/data

EXPOSE 8080
ENV DATA_PATH=/home/node/ocapi/data
ENV PORT=8080

CMD [ "node", "src/index.js" ]
EXPOSE ${PORT}

CMD [ "node", "src/index.js" ]

/home/node/ocapi/data/datasets/gemeenteGrens.yml

0 comments on commit 39640e6

Please sign in to comment.