rocketadmin icon indicating copy to clipboard operation
rocketadmin copied to clipboard

I can't run the project in my localhost

Open sleeviin opened this issue 1 year ago • 3 comments

I am trying to run the project, but after finally getting running I just see what I assume it's the nest backend project:

image

Steps to reproduce: have docker already installed and running

run the next command:

docker run -d
-e DATABASE_URL=postgresql://username:password@host/database
-e JWT_SECRET=<jwt_secret>
-e PRIVATE_KEY=<private_key>
-e TEMPORARY_JWT_SECRET=<temporary_jwt_secret>
-e APP_DOMAIN_ADDRESS=http://localhost:3000
-p 3000:3000
--name rocketadmin
rocketadmin/rocketadmin

then in docker you will see the next image:

image

What I am missing? I need help, thanks!

sleeviin avatar Oct 12 '23 23:10 sleeviin