399 B
399 B
id, title, description
| id | title | description |
|---|---|---|
| deployment-other | Other | Documentation on different ways of Deployment |
Deploying Locally
Try on Docker
Run the following commands if you have Docker environment
$ yarn install
$ yarn docker-build
$ docker run --rm -it -p 7000:7000 -e APP_ENV=production -e NODE_ENV=development example-backend:latest
Then open http://localhost/ on your browser.