drafted vuejs client container
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user