Skip to content

Commit

Permalink
Dockerfile w/ port 8010 configured
Browse files Browse the repository at this point in the history
  • Loading branch information
algobet committed Apr 6, 2017
1 parent dc3f6d4 commit ab3dfa6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM python:alpine

RUN pip install mkdocs

COPY . /app
WORKDIR /app

RUN mkdocs build --clean

EXPOSE 8010
ENTRYPOINT ["mkdocs", "serve", "--dev-addr=0.0.0.0:8010"]
29 changes: 12 additions & 17 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,26 @@
## Useful Links

### Projects
* [algobet Gitlab](http://code.algobet.org) - members only
* [**algobet Gitlab**](http://code.algobet.org) - members only
* [Quarkonium](http://www.quarkonium.org)
* [Dasset](http://www.dasset.trade)
* [Blokaly](http://www.blokaly.com)
* [Quarkonium](http://www.quarkonium.org)
* [Allbot](http://www.allbot.org)
* [Allbot](http://) - tba

### Products
* [BAO](http://bao.dasset.trade)
* [BAS](http://bas.dasset.trade)
* [DAP](http://dap.dasset.trade)
* [BOT](http://bot.dasset.trade)
* [BAO](http://) - tba
* [BAS](http://) - tba
* [DAP](http://) - tba
* [BOT](http://) - tba

### Proof of Concepts
* [Badge](http://) - tba
* [PDAMP](http://) - tba
* [III](http://) - tba
* [VAST](http://) - tba
* [ABOT](http://) - tba


## Disclaimer

The information contained in this website is for general information purposes only. The information is provided by `algobet™ concept | algobet Labs © 2017` and while we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.


## Copyright

`algobet™ concept | algobet Labs © 2017`


## Contact

- Website: http://www.algobet.org
Expand All @@ -41,3 +32,7 @@ The information contained in this website is for general information purposes on
- Email: admin@algobet.org


## Disclaimer

The information contained in this website is for general information purposes only. The information is provided by `algobet™ concept | algobet Labs © 2017` and while we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.

0 comments on commit ab3dfa6

Please sign in to comment.