Sign inSign up

uscwifi/daohang

By uscwifi

•Updated almost 6 years ago

ops-coffee运维咖啡吧导航页面

Image
0

969

uscwifi/daohang repository overview

⁠咖啡吧导航

⁠效果图

⁠全是静态页面,直接docker化
FROM nginx:alpine

ADD . /usr/share/nginx/html
EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]
⁠自己部署
docker run --name daohang -d -p 8080:80 uscwifi/daohang

Tag summary

Content type

Image

Digest

Size

9.6 MB

Last updated

almost 6 years ago

docker pull uscwifi/daohang