move to class-server
Some checks failed
Build and Publish / release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 11s
Build and Publish / helm-release (push) Failing after 16s

This commit is contained in:
2025-07-08 16:47:21 -04:00
parent c5744ab561
commit 5be3ae03d4
5 changed files with 455 additions and 8 deletions

View File

@ -7,7 +7,7 @@ ARG GOPROXY
ARG GONOSUMDB=gitea.libretechconsulting.com
ARG VER_PKG=gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
ARG VERSION=(devel)
ARG APP_NAME=demo-app
ARG APP_NAME=class-server
COPY ./go.mod ./go.sum ./
RUN go mod download