aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ea3d629..bc8eee8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,8 @@ RUN tsc
FROM node:alpine
+LABEL org.opencontainers.image.source=https://github.com/LMBishop/panulat
+
WORKDIR /app
COPY --chown=node:node package*.json ./