Start from scratch with a new simulation #1

Merged
max merged 31 commits from restart into main 2025-04-25 15:03:09 +02:00
Showing only changes of commit f9e34d119a - Show all commits

View File

@ -1,4 +1,4 @@
FROM rust:1.81-bookworm as build
FROM rust:1.81-bookworm AS build
COPY battlesnake/ /usr/app
WORKDIR /usr/app