This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Vit-Lib
/
FileZip
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
21f620b58c
Branches
Tags
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