summaryrefslogtreecommitdiffstats
path: root/.devcontainer/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/build.sh')
-rw-r--r--.devcontainer/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/build.sh b/.devcontainer/build.sh
index e9de3e8f..e5343cab 100644
--- a/.devcontainer/build.sh
+++ b/.devcontainer/build.sh
@@ -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 \ No newline at end of file
+cd /home/wekan/app