Skip to content

Commit

Permalink
feature: docker: add image source label to dockerfiles (#421)
Browse files Browse the repository at this point in the history
see #419
  • Loading branch information
wuast94 authored Oct 28, 2024
1 parent 0446a74 commit 1a0af86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1a0af86

Please sign in to comment.