feature: docker: add image source label to dockerfiles (#421)

see #419
This commit is contained in:
Marc 2024-10-28 09:56:38 +01:00 committed by GitHub
parent 0446a74d28
commit 1a0af863a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
FROM node:alpine
LABEL maintainer="Coderaiser"
LABEL org.opencontainers.image.source="https://github.com/coderaiser/cloudcmd"
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app