chore(auth): start refactoring for testable code #181 #188

Merged
tim merged 6 commits from 181-sql-extraction into master 2024-09-28 22:11:30 +00:00
Showing only changes of commit 3be6fa36d5 - Show all commits

View File

@@ -2,7 +2,7 @@ FROM golang:1.23.1@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128
WORKDIR /me-fit
RUN go install github.com/a-h/templ/cmd/templ@latest
COPY . ./
RUN templ generate && go build -o /me-fit/me-fit .
RUN templ generate && go test ./... && go build -o /me-fit/me-fit .
FROM node:22.9.0@sha256:cbe2d5f94110cea9817dd8c5809d05df49b4bd1aac5203f3594d88665ad37988 AS builder_node