This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
torabkheslat
/
example-voting-app
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Branch:
revert-54-connection_pooling
Branches
Tags
duplicate_key
main
revert-54-connection_pooling
scout-fix
example-voti...
/
result
/
tests
/
Dockerfile
Dockerfile
85 B
Permalink
Lịch sử
Raw
1
2
3
4
5
FROM node
RUN npm install -g phantomjs
ADD . /app
WORKDIR /app
CMD ["/app/tests.sh"]