Update Dockerfile

This commit is contained in:
pathmapper
2019-02-10 07:58:37 +01:00
committed by GitHub
parent 94d4070653
commit 03b4f1eb8d

View File

@@ -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