dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_enterprises_bf
保安服务企业管理项目备份
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增公司注册机公司注册审核
Administrator
2022-01-12
21c7375b7b38ebf2c8a2ca8fbf6fe9fb4f28250f
[zhba/zhba_enterprises_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