bun installFirst you're gonna have to create a .env.prod file in the root directory. You can use the .env.example file as a template.
cp .env.example .env.prod
docker compose --profile prod up -dFirst you're gonna have to create a .env file in the root directory. You can use the .env.example file as a template.
cp .env.example .env
docker compose --profile dev up -dbun dev