Skip to content
/ openresty-demo Public template

OpenResty + Dockerfile 部署前端项目

Notifications You must be signed in to change notification settings

riskers/openresty-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenResty

OpenResty + Dockerfile 部署前端项目

项目结构:

|-lua # lua 脚本
   |-req.lua
   |-http.lua 
   |-http_headers.lua
|-Dockerfile
|-view.lua # Lua 脚本脚本
|-src # 前端代码

Docker

build image

docker build -t riskers/opde --build-args profile=staging .

run image

docker run -d --name opde -p 20112:20112 riskers/opde

About

OpenResty + Dockerfile 部署前端项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published