From 5a524c5f6fdcdb966846a07382cd6bdc5ca052a6 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sat, 1 Jun 2019 17:01:50 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 65dd8a1..931bc9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM node:alpine -MAINTAINER Alex Kern - -ENV GA_ACCESS_TOKEN +MAINTAINER Alexander Kern COPY . ./ RUN npm install && npm run build