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.
- Host: GitHub
- URL: https://github.com/shivang21007/docker-nextjs15
- Owner: shivang21007
- Created: 2023-10-25T17:32:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T17:52:13.000Z (almost 2 years ago)
- Last Synced: 2025-05-13T01:37:24.986Z (5 months ago)
- Topics: docker-image, express, node
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```