https://github.com/explooosion/docker-express-demo
This is an example for express build with docker
https://github.com/explooosion/docker-express-demo
blog demo docker docker-compose express nodejs
Last synced: 2 months ago
JSON representation
This is an example for express build with docker
- Host: GitHub
- URL: https://github.com/explooosion/docker-express-demo
- Owner: explooosion
- Created: 2018-09-15T10:21:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T13:14:28.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T19:31:33.233Z (about 1 year ago)
- Topics: blog, demo, docker, docker-compose, express, nodejs
- Language: JavaScript
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-express-demo
This is an example for express build with docker
## Blog
[Docker - 容器化 Node.js express(Mac)](https://dotblogs.com.tw/explooosion/2018/09/15/194754)
## Build
```bash
git clone https://github.com/explooosion/docker-express-demo.git
```
```bash
docker-compose up -d
```
## License
[MIT](https://tldrlegal.com/license/mit-license)