Got the starter snake going

This commit is contained in:
2023-09-09 11:34:46 -05:00
parent 6de4111b05
commit 3654aebb5e
6 changed files with 24 additions and 7 deletions

View File

@@ -13,4 +13,4 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
# Run Battlesnake
ENTRYPOINT [ "python", "server.py" ]
CMD [ "StarterSnake" ]
CMD [ "starter_snake" ]