dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_application
保安服务单位许可和备案申请系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
禁用按钮逻辑 (会随网速而改变)
liuyg
2021-08-27
2eee4a28e92748c181c92c21f3dbf64f10c8df61
[zhba/zhba_application.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