diff --git a/Dockerfile b/Dockerfile index 3abb606..4c1eba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # Stage 1: Build the application FROM node:slim AS builder +LABEL org.opencontainers.image.source="https://github.com/CyferShepard/Jellystat" WORKDIR /app