https://github.com/orvice/nginx-vue
nginx docker for vue project
https://github.com/orvice/nginx-vue
Last synced: 5 months ago
JSON representation
nginx docker for vue project
- Host: GitHub
- URL: https://github.com/orvice/nginx-vue
- Owner: orvice
- License: mit
- Created: 2018-07-27T04:12:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T14:12:19.000Z (over 3 years ago)
- Last Synced: 2025-03-01T01:41:26.655Z (over 1 year ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-vue
nginx docker for vue project
## Usage
```
FROM ghcr.io/orvice/nginx-vue:master
COPY /path/to/html /usr/share/nginx/html
```