diff --git a/Dockerfile b/Dockerfile index 0076164..7f61ece 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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