abcdesktopio / oc.nginx

Container front web and nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oc.nginx

Update oc.nginx Docker Stars Docker Pulls

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  .

About

Container front web and nginx

License:GNU General Public License v2.0


Languages

Language:Lua 51.6%Language:Ruby 16.0%Language:Dockerfile 15.5%Language:Shell 14.6%Language:Makefile 2.3%