This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
torabkheslat
/
example-voting-app
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
duplicate_key
Branche
Tagy
duplicate_key
main
revert-54-connection_pooling
scout-fix
example-voti...
/
result
/
tests
/
Dockerfile
Dockerfile
85 B
Permanentný odkaz
História
Raw
1
2
3
4
5
FROM node
RUN npm install -g phantomjs
ADD . /app
WORKDIR /app
CMD ["/app/tests.sh"]