diff --git a/Dockerfile b/Dockerfile index 21bb4d5..32eb45f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,7 @@ WORKDIR /app COPY ["package.json", "package-lock.json*", "./"] RUN npm install --production COPY . . -CMD ["npm", "run", "no-build-start"] \ No newline at end of file +CMD ["npm", "run", "no-build-start"] +LABEL org.opencontainers.image.source=https://github.com/Team-Resourceful/discord-bot-ts +LABEL org.opencontainers.image.description="Team Resourceful Discord Bot" +LABEL org.opencontainers.image.licenses=ARR \ No newline at end of file