Skip to content

Commit 1a0af86

Browse files
authored
feature: docker: add image source label to dockerfiles (#421)
see #419
1 parent 0446a74 commit 1a0af86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM node:alpine
22
LABEL maintainer="Coderaiser"
3+
LABEL org.opencontainers.image.source="https://github.com/coderaiser/cloudcmd"
34

45
RUN mkdir -p /usr/src/app
56
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)