-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
FROM --platform=linux/amd64 node:alpine AS build_amd64 | ||
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,9 @@ metadata: | |
title: Geonovum OGC API Demo Service | ||
description: This OGC API Service is provided by Geonovum from instructional purposes only. The code onGitHub is written with readability in mind, not performance. | ||
keywords: | ||
- geospatial | ||
- data | ||
- api | ||
- geospatial | ||
- data | ||
- api | ||
contact: | ||
contactName: Jane Doe | ||
contactEmail: [email protected] | ||
|
@@ -29,6 +29,7 @@ metadata: | |
license: | ||
name: CC0 1.0 | ||
url: http://creativecommons.org/publicdomain/zero/1.0/deed.nl | ||
|
||
api: | ||
version: 1.2.3 | ||
buildingBlock: CRS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters