cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

Dockerfile (156B)


      1 FROM ghcr.io/get-convex/convex-backend:latest
      2 
      3 # Install git using apt-get
      4 RUN apt-get update && apt-get install -y git curl && rm -rf /var/lib/apt/lists/*