maybe circle doesn't like alpine
This commit is contained in:
parent
68b82d34ff
commit
31d34b6743
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:8-alpine
|
||||
FROM node:8
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
machine:
|
||||
node:
|
||||
version: 8.0.0
|
||||
version: 8
|
||||
services:
|
||||
- docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue