Fixed endless compilation devcontainer, debugging

This commit is contained in:
Christoph Jahn 2019-08-28 15:26:17 +02:00
parent 4b06e2188c
commit dbdb26a044
5 changed files with 48 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
cd /app
cd /home/wekan/app
rm -rf node_modules
/home/wekan/.meteor/meteor npm install
rm -rf .build
@ -9,4 +9,4 @@ cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/pa
cd .build/bundle/programs/server
rm -rf node_modules
/home/wekan/.meteor/meteor npm install
cd /app
cd /home/wekan/app