diff --git a/contracts/Dockerfile b/contracts/Dockerfile index 59353eef7..9c93771e5 100644 --- a/contracts/Dockerfile +++ b/contracts/Dockerfile @@ -1,5 +1,4 @@ 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