Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
chenJinxu
/
HealthStudentWeb
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
健康同学微信公众号h5项目
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123
Commit
4
Rami (Branch)
3.8MB
Albero (Tree):
33f091fd82
develop
feat
master
test
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '33f091fd82'
${ noResults }
HealthStudentWeb
/
Dockerfile
5 lines
94B
Originale
Blame
Cronologia
FROM nginx
RUN mkdir /app
COPY dist /app
COPY nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80