Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ ❔ | Rejoignez-nous sur le Chat 💬
#!/bin/sh git checkout . git pull origin master cd admin-frontend npm install npm run build cd ../website npm install npm run build cd .. docker-compose up --build