diff --git a/Dockerfile b/Dockerfile index 9ee300d..8d6f22d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +LABEL org.opencontainers.image.source = "https://github.com/Syntax3rror404/revealjs-helm" + # Use the official Nginx image as a base FROM nginx:alpine3.18