diff --git a/Dockerfile b/Dockerfile index 12b6ed1..08515d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Builder FROM node:lts as builder - +LABEL org.opencontainers.image.url=https://github.com/Awesome-Technologies/synapse-admin org.opencontainers.image.source=https://github.com/Awesome-Technologies/synapse-admin ARG REACT_APP_SERVER WORKDIR /src