fix build

This commit is contained in:
Bozieru Mihai 2023-01-12 16:42:44 +00:00
parent af53dc1610
commit b2128c4754
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ fi
echo "Building app... from $(git rev-parse --abbrev-ref HEAD)"
#npm run-script build
#cp -r {.env,app.js,package.json,server,public} dist/
cp -r . dist/
cp -r ./* dist/
#Add version control for pm2
cd dist