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