dashboard
repositories
filestore
activity
search
login
main
/
jfptweb-publicSecurity-bf
群防群控前端备份
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
拦截其他用户查看页面
zengh
2021-10-29
2fc9ed9bc0c195b27c5cf593bd7d91ce85cd294f
[jfptweb-publicSecurity-bf.git]
/
src
/
docker
/
Dockerfile
1
2
3
4
5
6
FROM nginx
VOLUME /tmp
ENV LANG en_US.UTF-8
ADD ./dist/ /usr/share/nginx/html/
EXPOSE 80
EXPOSE 443