first docker draft

This commit is contained in:
2022-04-25 10:12:27 +02:00
commit 8eaa2a1143
33 changed files with 1497 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/bin/sh
# cat /etc/passwd|grep 1000
cd /app
# echo "Cleaning node_modules"
# rm -rf node_modules
#
# echo "Cleaning npm cache"
# npm cache clean --f
#
# echo "Npm install"
# npm install
echo "Npm Clean Install"
npm ci
echo "Run npm dev"
npm run dev