An open API service indexing awesome lists of open source software.

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

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
```