Merge pull request #4362 from jsaalfeld/fix_dockerfile
switch to proper npm run build for client
This commit is contained in:
commit
6c65fa0665
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user