diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-19 22:28:27 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-19 22:28:27 +0200 |
commit | 9e05a9bdd5f7e5ddc8a2170c031a47d669432832 (patch) | |
tree | 0cbe90e84b23707df8dca87448adabc3e0d5653f /web/pw-server/src/routes/docs/local-development.md | |
parent | 6887c8ee0eeaea552f86881352ae8b742cbffb6e (diff) | |
download | planetwars.dev-9e05a9bdd5f7e5ddc8a2170c031a47d669432832.tar.xz planetwars.dev-9e05a9bdd5f7e5ddc8a2170c031a47d669432832.zip |
update docs
- divide rules doc in sections
- clarify turn order
- document logging to stderr
- bump turn limit to 500
Diffstat (limited to 'web/pw-server/src/routes/docs/local-development.md')
-rw-r--r-- | web/pw-server/src/routes/docs/local-development.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/pw-server/src/routes/docs/local-development.md b/web/pw-server/src/routes/docs/local-development.md index 02913dc..218ae22 100644 --- a/web/pw-server/src/routes/docs/local-development.md +++ b/web/pw-server/src/routes/docs/local-development.md @@ -72,9 +72,11 @@ CMD python simplebot.py Refer to https://docs.docker.com for guides on how to write your own dockerfile. In the directory that contains your `Dockerfile`, run the following command: + ```bash docker build -t my-bot-name . ``` + If all went well, your docker daemon now holds a container tagged as `my-bot-name`. ### Publishing the bot |