Skip to content

Commit 138e700

Browse files
committed
fix(Dockerfile): Add source label to Dockerfile
Fix #475 Co-authored-by: @DeepSpace2
1 parent 41464cf commit 138e700

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ FROM nginxinc/nginx-unprivileged:stable-alpine AS production-stage
2525

2626
LABEL maintainer="ShareVB <sharevb@gmail.com>" \
2727
org.opencontainers.image.authors="ShareVB <sharevb@gmail.com>"
28+
LABEL org.opencontainers.image.source=github.com/sharevb/it-tools
2829

2930
ENV VITE_VERCEL_ENV=production
3031
ARG BASE_URL

0 commit comments

Comments
 (0)