Initial Commit

This commit is contained in:
Aditya Prima 2018-10-04 11:14:20 +07:00
commit 47c6b1f082
1 changed files with 9 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM aprimediet/alpine-base:latest
LABEL maintainer="<Muhamad Aditya Prima> aditya.prima@qti.co.id"
# INSTALL REQUIRED DEPENDENCIES
RUN apk add --update --no-cache \
nodejs nodejs-dev npm gzip
# INSTALL YARN FOR JS PACKAGE MANAGER
RUN npm i -g yarn