dashboard
repositories
filestore
activity
search
login
ztzh
/
zttj-web
中图铜镜
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
留言图片显示、分页显示修改
GuLiMmo
2023-12-19
d772131fb8d75e2d57db59e6bd23ec469c7f9457
[ztzh/zttj-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