https://github.com/ngthucdotcom/nginx-container
https://github.com/ngthucdotcom/nginx-container
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngthucdotcom/nginx-container
- Owner: ngthucdotcom
- License: mit
- Created: 2021-06-11T02:31:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T07:09:54.000Z (about 5 years ago)
- Last Synced: 2025-11-21T19:02:30.380Z (7 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-container
A micro repo of nginx configuration template on the development process.
## Usage
### Requirement
* Makefile (recommended)
### Steps-by-steps use make scripts
#### Clean and build
* Clear this image useless: `make clear`
* Clear all images useless: `make prune`
* Remove current container: `make remove`
* Build image: `make build`
#### Start service
* Move or copy `dist` directory
* Start image with mount volume: `make start`
### Manual
* See `./Makefile`
## Credit and License
* Author: [ngthuc](https://ngthuc.com/)
* License: [MIT](https://github.com/ngthucdotcom/nginx-container/blob/master/LICENSE)