Update architecture

This commit is contained in:
2026-02-09 17:35:21 +07:00
parent f4f3062352
commit a1bb6e4783
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
COPY main.go index.html favicon.ico ./
COPY main.go index.html favicon.png ./
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o nats-ui main.go
# Runtime stage