diff --git a/Dockerfile b/Dockerfile index b424361..4dcec61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14 AS build +FROM node:9.8-slim AS build WORKDIR /app