dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_application_ys
保安服务单位许可和备案申请系统-验收版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+同上
liuyg
2021-11-24
ce8a8a435e2803c4cf4b0533c60437dc2397c8af
[zhba/zhba_application_ys.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