Dev__
07/20/2022, 6:55 AMenv variable
cannot be found.
this is the folder structure on the docker
.env
dist
/scripts
script.js
node_modules
prisma
/migrations
schema.prisma
seed.ts
the script files that I am running is script.js
> node scripts.js <arg>
it is available in the .env
thoDev__
07/20/2022, 6:57 AMDev__
07/20/2022, 9:02 AMNurul
07/20/2022, 11:43 AM