Skip to content

Commit

Permalink
fix: specify a maintainer of the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Sep 18, 2017
1 parent beb0b72 commit fdfa58e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:8-alpine

# For legacy version
MAINTAINER "clark.duxin@gmail.com"
LABEL maintainer="clark.duxin@gmail.com"

# Create app directory
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:8-alpine

# For legacy version
MAINTAINER "clark.duxin@gmail.com"
LABEL maintainer="clark.duxin@gmail.com"

# Create app directory
Expand Down

0 comments on commit fdfa58e

Please sign in to comment.