TO RUN: npm i create a .env file with - DATABASE_URL="postgresql://postgres:randompassword@localhost:5432/postgres" docker run -p 5432:5432 -e POSTGRES_PASSWORD=randompassword --name prism-backend postgres tsc -b node dist/server