Update Dockerfile

pull/106/head
Alex Kern 7 years ago committed by GitHub
parent e94e55e225
commit 5a524c5f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,5 @@
FROM node:alpine FROM node:alpine
MAINTAINER Alex Kern <alex@kern.io> MAINTAINER Alexander Kern <filepizza@kern.io>
ENV GA_ACCESS_TOKEN
COPY . ./ COPY . ./
RUN npm install && npm run build RUN npm install && npm run build

Loading…
Cancel
Save