Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
feat: add Label
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Mar 24, 2020
1 parent 53fe08f commit d3d8595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM node:12-alpine as builder

LABEL com.yanceyleo.maintainer="Yancey Inc. <[email protected]>" \
com.yanceyleo.version="0.13.0" \
com.yanceyleo.release-date="2020-03-24"

WORKDIR /usr/src/app

COPY package*.json ./
Expand Down

0 comments on commit d3d8595

Please sign in to comment.