Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

chore: Add metadata to Dockerfile #21

Merged
merged 1 commit into from
Dec 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
FROM node:10

LABEL maintainer="OrbitDB Team"
LABEL description="An HTTP API Server for the OrbitDB distributed peer-to-peer database"
LABEL author="Phillip Mackintosh, Hayden Young"
LABEL license="MIT"
LABEL repository="https://github.com/orbitdb/orbit-db-http-api"

RUN mkdir api

WORKDIR /api
Expand Down