dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_web
吉安感知网项目-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:更新反无和工单用户过滤条件
chenyao
2026-02-26
3cd44b7f4f035bd0a3c7ccbfc67e59310213521b
[jagzwxm/ja_web.git]
/
applications
/
drone-command
/
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