diff --git a/Dockerfile b/Dockerfile index f34b0acf..fd616523 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8-alpine +FROM node:8 COPY . /app WORKDIR /app diff --git a/circle.yml b/circle.yml index b648a157..aede7079 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: node: - version: 8.0.0 + version: 8 services: - docker