docker client is building

This commit is contained in:
2020-06-03 11:52:04 +02:00
parent 1cbc7ddd71
commit 128800cb3f
8 changed files with 48 additions and 37 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