mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
doc fix
This commit is contained in:
parent
9ab35b4808
commit
bf3202bc53
|
|
@ -302,7 +302,7 @@ The result is a far smaller image.
|
||||||
There is no special requirement to build those images ; sample build & run commands :
|
There is no special requirement to build those images ; sample build & run commands :
|
||||||
|
|
||||||
docker build -t nicobot:alpine -f Dockerfile-alpine .
|
docker build -t nicobot:alpine -f Dockerfile-alpine .
|
||||||
docker run --rm -it -v "$(pwd)/tests:/etc/nicobot" nicolabs/nicobot:debian-slim askbot -c /etc/nicobot/askbot-sample-conf/config.yml
|
docker run --rm -it -v "$(pwd)/tests:/etc/nicobot" nicolabs/nicobot:alpine askbot -c /etc/nicobot/askbot-sample-conf/config.yml
|
||||||
|
|
||||||
Github actions are actually configured (see [dockerhub.yml](.github/workflows/dockerhub.yml) to automatically build and push the images to Docker Hub so they are available whenever commits are pushed to the _master_ branch.
|
Github actions are actually configured (see [dockerhub.yml](.github/workflows/dockerhub.yml) to automatically build and push the images to Docker Hub so they are available whenever commits are pushed to the _master_ branch.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue