dashboard
repositories
filestore
activity
search
login
main
/
zhny_web
智慧农业后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
数据统计随农场选择变换,dept_id更换成farmId
guoshilong
2022-08-11
3558e9f2b0cb9f9e899eec4a33c37174ac97f7e2
[zhny_web.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