dashboard
repositories
filestore
activity
search
login
admin
/
zhba_enterprises
forked from
zhba/zhba_enterprises
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
报名考试去重,同一场考试,审核通过的,已报考的人员不能再报名
Administrator
2021-08-06
fa72be7e5e5d2b58a079e2896e5a2208fa6b8e13
[~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