Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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