This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
stdio
/
flow-dev
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3085f5b001
Branches
Tags
master
flow-dev
/
docker
/
Dockerfile
Dockerfile
73 B
Historique
Raw
1
2
3
4
5
FROM scratch
COPY DIST/ /app
WORKDIR /app
EXPOSE 2015
CMD ["/app/demo1"]