dashboard
repositories
filestore
activity
search
login
admin
/
zhba_enterprises
forked from
zhba/zhba_enterprises
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
保安员查询 跳转公司 公司详情加入 装备 车辆 枪支
liuyg
2021-08-22
c69a03fa7f17e9b0f4c2836f3ad6695f35174b6b
[~admin/zhba_enterprises.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