Merge pull request #4362 from jsaalfeld/fix_dockerfile

switch to proper npm run build for client
This commit is contained in:
Jochen Saalfeld 2019-02-18 11:10:06 +01:00 committed by GitHub
commit 6c65fa0665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ RUN ng config -g cli.warnings.versionMismatch false && \
cd client && \
npm install
RUN cd client && \
ng build --prod && \
npm run build && \
./node_modules/.bin/compodoc -t -p src/tsconfig.app.json -n 'OpenSlides Documentation' -d ../openslides/static/doc -e html