Compare commits

..

No commits in common. "5ef66af3f8a66d8b00faeee03ce214fb263b5ae7" 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/