Merge pull request #490 from pathmapper/pathmapper-warning_docker

Dockerfile fix warning
This commit is contained in:
pathmapper
2019-01-31 09:05:03 +01:00
committed by GitHub

View File

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