updated padding

This commit is contained in:
2024-12-04 23:39:07 +00:00
parent 88ec940b9b
commit bbdfb23f70
3 changed files with 73 additions and 47 deletions

View File

@ -3,6 +3,7 @@ FROM golang:alpine AS builder
WORKDIR /app
COPY go.mod ./
COPY template.html ./
COPY facts.txt ./
COPY main.go ./