feat: replace text/template with templ and refactor code
This commit is contained in:
@ -6,7 +6,7 @@ COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
RUN go build
|
||||
RUN make build
|
||||
|
||||
EXPOSE 5555/tcp
|
||||
|
||||
|
Reference in New Issue
Block a user