don't build front end with docker

This commit is contained in:
jonaswinkler
2021-01-10 19:59:05 +01:00
parent 6f832d642f
commit 8c64dbd216
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