This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
property-backend
/
property-system-gateway
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
a791f43b7f
Branches
Tags
gatenew
lqz
master
property-sys...
/
Dockerfile.in
Dockerfile.in
76 B
Histórico
Raw
1
2
3
4
5
FROM busybox:v1
WORKDIR /smart
COPY %APP_NAME% .
CMD ["./%APP_NAME%"]