Compare commits

..

No commits in common. "9e66772b53c39cea017ca720150627c062ca4f4f" and "dd5af12c7cc44d0e8790b8ddf4bdf9eeee127f6a" have entirely different histories.

View File

@ -51,11 +51,11 @@ if [ -d "node_modules" ]; then
fi
# Install dependencies
npm install
#npm install
## PROJECT NEEDS
echo "Building app... from $(git rev-parse --abbrev-ref HEAD)"
npm run-script build
#npm run-script build
cp -r {.env,app.js,package.json,server,public,doc,Dockerfile} dist/
#cp -r ./* dist/