dashboard
repositories
filestore
activity
search
login
main
/
jczz_web
基层智治-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
E呼即办页面优化
linwe
2024-05-23
d8a1ca0a03ae1cc37dc26eb23d969fd92ce62169
[jczz_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