starting point of docker vue app (not working: npm wont install)

This commit is contained in:
2020-02-13 17:08:33 +01:00
parent f53a80eaea
commit edff8f413c
9 changed files with 54 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
cat /etc/passwd|grep 1000
echo "Npm install"
cd /app
npm install
echo "Run npm dev"
npm run dev