🐳 Automated Builds using GitHub and Docker Hub
This commit is contained in:
parent
75b69cad21
commit
13f6cfd601
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
FROM node:12.10.0-buster
|
FROM node:12.10.0-buster
|
||||||
|
|
||||||
|
LABEL maintainer="Liyas Thomas (liyascthomas@gmail.com)"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue