Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abcdesktopio/oc.nginx
Container front web and nginx
https://github.com/abcdesktopio/oc.nginx
css html html5-canvas javascript lua-script nginx
Last synced: about 2 months ago
JSON representation
Container front web and nginx
- Host: GitHub
- URL: https://github.com/abcdesktopio/oc.nginx
- Owner: abcdesktopio
- License: gpl-2.0
- Created: 2021-01-07T18:37:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T17:13:43.000Z (about 2 months ago)
- Last Synced: 2024-11-18T18:21:25.663Z (about 2 months ago)
- Topics: css, html, html5-canvas, javascript, lua-script, nginx
- Language: Lua
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oc.nginx
![Update oc.nginx](https://github.com/abcdesktopio/oc.nginx/workflows/build%20oc.nginx/badge.svg)
![Docker Stars](https://img.shields.io/docker/stars/abcdesktopio/oc.nginx.svg) ![Docker Pulls](https://img.shields.io/docker/pulls/abcdesktopio/oc.nginx.svg)# abcdesktop.io DockerFile Front Web
## to clone source code
```
git clone https://github.com/abcdesktopio/oc.nginx.git
```## to build a new oc.nginx container image
### using branch=main
```
docker buildx build --build-arg BRANCH=main --build-arg BASE_IMAGE_RELEASE=jammy --build-arg BASE_IMAGE=openresty/openresty --file Dockerfile .
```### using branch=3.2
```
docker buildx build --build-arg BRANCH=3.2 --build-arg BASE_IMAGE_RELEASE=jammy --build-arg BASE_IMAGE=openresty/openresty --file Dockerfile .
```