An open API service indexing awesome lists of open source software.

https://github.com/shivang21007/docker-nextjs15

This is dockerization of simple node server build using express.
https://github.com/shivang21007/docker-nextjs15

docker-image express node

Last synced: 3 months ago
JSON representation

This is dockerization of simple node server build using express.

Awesome Lists containing this project

README

          

# Docker-Node-App
This is dockerization of simple node-server build using express.
To run the image of this repo -
```
docker run -p 3000:3000 shivang21007/node-app
```
And Open on your browser -
```
http://localhost:3000
```