mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 00:44:07 +01:00
Add debugging in containers for vscode
This commit is contained in:
parent
9ed0c3029f
commit
460caa7823
5 changed files with 230 additions and 0 deletions
12
.devcontainer/build.sh
Normal file
12
.devcontainer/build.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /app
|
||||
rm -rf node_modules
|
||||
/home/wekan/.meteor/meteor npm install
|
||||
rm -rf .build
|
||||
/home/wekan/.meteor/meteor build .build --directory
|
||||
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
|
||||
cd .build/bundle/programs/server
|
||||
rm -rf node_modules
|
||||
/home/wekan/.meteor/meteor npm install
|
||||
cd /app
|
||||
Loading…
Add table
Add a link
Reference in a new issue