This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
stdio
/
Flow
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
improve/performance
Rami (Branch)
Tag
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
Permalink
Cronologia
Originale
1
2
3
4
5
FROM scratch
COPY DIST/ /app
WORKDIR /app
EXPOSE 2015
CMD ["/app/demo1"]