set up build and deployment

This commit is contained in:
2026-01-05 12:15:44 -05:00
parent ed877693c4
commit 6a2ab4b673
8 changed files with 14545 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
FROM docker.io/ubuntu:latest
WORKDIR /build
RUN apt update && apt install sbcl -y
CMD sbcl --load /build/build_linux/build.lisp