diff --git a/contracts/Dockerfile b/contracts/Dockerfile index 9c93771e5..59353eef7 100644 --- a/contracts/Dockerfile +++ b/contracts/Dockerfile @@ -1,4 +1,5 @@ FROM node:18.15.0-slim as base +LABEL org.opencontainers.image.source=https://github.com/topos-protocol/topos WORKDIR /usr/src/app COPY package*.json . RUN npm install