don't build front end with docker

This commit is contained in:
jonaswinkler 2021-01-10 19:59:05 +01:00
parent 8f9aab407d
commit 1e185d1502
4 changed files with 36 additions and 29 deletions

7
compile-frontend.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
set -e
cd src-ui
npm install
./node_modules/.bin/ng build --prod