dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_qiandao
智慧保安打卡签到系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
切换系统
liuyg
2021-11-19
ed3483421c2f02f9b7b24213daa4a0b396cdf79b
[zhba/zhba_qiandao.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