Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
chenJinxu
/
TelpoH5FrontendWeb
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.
428
Commit
4
Rami (Branch)
15MB
Albero (Tree):
e0f26f118f
develop
feat
master
test
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'e0f26f118f'
${ noResults }
TelpoH5FrontendWeb
/
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