From d0eae657220c46beef17548ba74fcf49a15c5629 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Mon, 23 Jun 2025 20:03:13 -0700 Subject: [PATCH] (CI/CD): Docker works from WOPR when on the local network! --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 99328ad..aba010d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +# TEMPORARY SOLUTION +# Need a real way to build tailwind and build the templ files FROM golang:1.24 WORKDIR /app