Remove duplicate options

This commit is contained in:
Dave Page
2018-05-30 16:48:23 -04:00
parent 189e307671
commit 8bda4e0230
2 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ COPY ./pgadmin4/web/ /pgadmin4/web/
WORKDIR /pgadmin4/web
RUN yarn install --emoji false --cache-folder ./ycache --verbose && \
yarn run bundle --emoji false && \
yarn run bundle && \
rm -rf ./ycache ./pgadmin/static/js/generated/.cache
# Build Sphinx documentation in separate container