(CI/CD): Docker works from WOPR when on the local network!

This commit is contained in:
Hayden Hargreaves 2025-06-23 20:03:13 -07:00
parent a8cfc63848
commit d0eae65722

View File

@ -1,3 +1,5 @@
# TEMPORARY SOLUTION
# Need a real way to build tailwind and build the templ files
FROM golang:1.24 FROM golang:1.24
WORKDIR /app WORKDIR /app