diff --git a/Dockerfile b/Dockerfile index 396f819..09f70cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . ${HOME}/ WORKDIR ${HOME} -RUN npm install -d --dev +RUN npm install -d --only=dev RUN npm run build WORKDIR ${HOME}/build/build