diff --git a/backend/Dockerfile b/backend/Dockerfile index 4b0e73120..a632636d1 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,5 +1,4 @@ FROM node:lts-alpine as base -LABEL Description="Backend of the Social Network Human-Connection.org" Vendor="Human Connection gGmbH" Version="0.0.1" Maintainer="Human Connection gGmbH (developer@human-connection.org)" EXPOSE 4000 CMD ["yarn", "run", "start"] diff --git a/neo4j/Dockerfile b/neo4j/Dockerfile index b068b22b2..ee8516e4d 100644 --- a/neo4j/Dockerfile +++ b/neo4j/Dockerfile @@ -1,5 +1,4 @@ FROM neo4j:3.5.14-enterprise -LABEL Description="Neo4J database of the Social Network Human-Connection.org with preinstalled database constraints and indices" Vendor="Human Connection gGmbH" Version="0.0.1" Maintainer="Human Connection gGmbH (developer@human-connection.org)" ARG BUILD_COMMIT ENV BUILD_COMMIT=$BUILD_COMMIT diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 5f02310e4..06bad0a30 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -1,5 +1,4 @@ FROM node:lts-alpine as base -LABEL Description="Web Frontend of the Social Network Human-Connection.org" Vendor="Human-Connection gGmbH" Version="0.0.1" Maintainer="Human-Connection gGmbH (developer@human-connection.org)" EXPOSE 3000 CMD ["yarn", "run", "start"] diff --git a/webapp/Dockerfile.maintenance b/webapp/Dockerfile.maintenance index c663e9279..0702135e6 100644 --- a/webapp/Dockerfile.maintenance +++ b/webapp/Dockerfile.maintenance @@ -1,5 +1,4 @@ FROM node:lts-alpine as build -LABEL Description="Maintenance page of the Social Network Human-Connection.org" Vendor="Human-Connection gGmbH" Version="0.0.1" Maintainer="Human-Connection gGmbH (developer@human-connection.org)" EXPOSE 3000 CMD ["yarn", "run", "start"]