first docker env draft

This commit is contained in:
2020-05-27 12:44:24 +02:00
commit 13d886b152
10 changed files with 446 additions and 0 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