Skip to content

Commit

Permalink
name app okapi
Browse files Browse the repository at this point in the history
  • Loading branch information
lathoub committed Sep 14, 2024
1 parent 130911b commit c5ebea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM --platform=linux/arm64 node:alpine AS build_arm64
LABEL maintainer="Bart De Lathouwer <[email protected]>"

# Create app directory, our data will be in /usr/local/bin
WORKDIR /usr/local/bin/ocapi
WORKDIR /usr/local/bin/okapi

# Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied
Expand All @@ -20,13 +20,11 @@ RUN npm install
# Bundle app source
COPY src/ src/
COPY local*.yml ./
COPY data/ /home/node/ocapi/data
COPY data/ /home/node/okapi/data

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

EXPOSE ${PORT}

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

/home/node/ocapi/data/datasets/gemeenteGrens.yml
2 changes: 1 addition & 1 deletion data/datasets/gemeenteGrens.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: Gemeentegrens
id: gemeenteGrens
title: Gemeente grens Amstelveen
description: De CBS gebiedsindelingen geven de geografische gebiedsindelingen weer die het CBS hanteert.
keywords:
Expand Down

0 comments on commit c5ebea5

Please sign in to comment.