dashboard
repositories
filestore
activity
search
login
admin
/
jfpt-Vue
forked from
jfpt-Vue
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加图标
shuishen
2021-04-01
f1f4e39f5f08a511459783ecc282313dc7664b79
[~admin/jfpt-Vue.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