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