Postgres database must exist and you must create a table named strapi
create database strapi
To be used with Autohaus project Make sure database is up and on same docker network
See .env.example file Create .envDev for dev mode Create .envProd for production
npm install npm run dBuild
Restart
npm run dUp
npm run pBuild
Restart
npm run pUp