https://github.com/robertoachar/docker-express
:whale: A playground for Docker with Express.
https://github.com/robertoachar/docker-express
docker docker-compose express live-reload node nodemon
Last synced: 3 months ago
JSON representation
:whale: A playground for Docker with Express.
- Host: GitHub
- URL: https://github.com/robertoachar/docker-express
- Owner: robertoachar
- License: mit
- Created: 2017-11-08T11:51:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T16:54:34.000Z (about 8 years ago)
- Last Synced: 2025-02-17T10:21:52.877Z (over 1 year ago)
- Topics: docker, docker-compose, express, live-reload, node, nodemon
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-express
[![License][license-badge]][license-url]
> A playground for Docker with Express.
# Development
* Cloning the repo
```bash
$ git clone https://github.com/robertoachar/docker-express.git
```
* Installing dependencies
```bash
$ npm install
```
* Running scripts
| Action | Usage |
| ------------------------- | -------------- |
| Starting development mode | `npm start` |
| Linting code | `npm run lint` |
# Docker
* Building an image
```bash
$ docker-compose build
```
* Running a container
```bash
$ docker-compose up
```
* Stopping a container
```bash
$ docker-compose down
```
# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/docker-express/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/docker-express.svg
[license-url]: https://opensource.org/licenses/MIT