dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_exam
智慧保安考试系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+去掉考试管理 +题目行间距 +实操选完才进行下一题
liuyg
2021-10-21
cec1c3b64cbc473024b3d2ba3aeb72c88629ba84
[zhba/zhba_exam.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