This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
stdio
/
Flow
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
vuex
Branches
Tags
activity
change/vuex-implementation
feature/detail
feature/docker-sim
feature/keyshortcuts
flowrunner
idev
improve/performance
master
research/flow
service-to-manager
vuex
Flow
/
docker
/
Dockerfile
Dockerfile
73 B
Link permanente
Histórico
Raw
1
2
3
4
5
FROM scratch
COPY DIST/ /app
WORKDIR /app
EXPOSE 2015
CMD ["/app/demo1"]