log-lottery icon indicating copy to clipboard operation
log-lottery copied to clipboard

docker compose support

Open DennisZhangOiler opened this issue 1 year ago • 3 comments

Please consider adding docker compose support.

DennisZhangOiler avatar Oct 29 '24 09:10 DennisZhangOiler

Okay, I'll consider adding it

LOG1997 avatar Nov 04 '24 03:11 LOG1997

wait it

dianso avatar Dec 08 '24 15:12 dianso

增加了docker支持 #39 。

构建镜像

docker build -t log-lottery .

运行容器

docker run -d -p 9279:80 log-lottery

容器运行成功后在本地通过 http://localhost:9279/log-lottery/ 访问

LOG1997 avatar Dec 28 '24 06:12 LOG1997