This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Vit-Lib
/
FileZip
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
21f620b58c
Ramas
Etiquetas
develop
master
release/2.0
2.0
1.6
1.5
FileZip
/
Publish
/
06.Docker
/
制作镜像
/
filezip
/
Dockerfile
Dockerfile
87 B
Histórico
Raw
1
2
3
4
FROM serset/dotnet:2.1
COPY app /root/app
WORKDIR /root/app
CMD dotnet FileZip.dll help