Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 853 Bytes

Mind.md

File metadata and controls

40 lines (31 loc) · 853 Bytes

Commande utils

docker system prune --all
docker volume prune 

Réinitialise la base de données :

Accède au conteneur :

docker exec -it flexistock_app bash
docker exec -it flexistock_app bash
php bin/console doctrine:database:drop --force
php bin/console doctrine:database:create

php bin/console make:migration
php bin/console doctrine:migrations:migrate

WEBPACK

An exception has been thrown during the rendering of a template ("Asset manifest file "/app/public/build/manifest.json" does not exist. Did you forget to build the assets with npm or yarn?").

Fix it by

npm install
npm run build

1- Accès PhpMyAdmin (http://localhost:8082)

  • Informations de connexion :
  • Serveur (Host) : db
  • Utilisateur (Username) : root
  • Mot de passe (Password) : password