Browse Source

:whale: Automated Builds using GitHub and Docker Hub

Liyas Thomas 5 years ago
parent
commit
13f6cfd601
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -1,5 +1,7 @@
 FROM node:12.10.0-buster
 
+LABEL maintainer="Liyas Thomas (liyascthomas@gmail.com)"
+
 WORKDIR /app
 
 COPY . .