try and fetch from github/gitlab/tangled READMEs

This commit is contained in:
Evan Jarrett
2025-12-20 16:00:15 -06:00
parent e8e375639d
commit 24b265bf12
9 changed files with 684 additions and 19 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Development image with Air hot reload
# Build: docker build -f Dockerfile.dev -t atcr-appview-dev .
# Run: docker run -v $(pwd):/app -p 5000:5000 atcr-appview-dev
FROM docker.io/golang:1.25.2-trixie
FROM docker.io/golang:1.25.4-trixie
ENV DEBIAN_FRONTEND=noninteractive