Getting Started copy .env.example to .env and set your environment variables cp .env.example .env build the docker image docker build --build-arg FILE_ENV=.env -t client-organization-management-app . run the docker container docker run -p 3000:3000 client-organization-management-app Open Here with your browser to see the result.