Dockerfile fix warning

This commit is contained in:
pathmapper 2019-01-29 14:14:28 +01:00 committed by GitHub
parent fe8595cdc9
commit d856a1cd8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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