Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import/
node_modules/
gaad/
go-mod-cache/
go/cmd/apeman/main
go/cmd/apeman/main
2 changes: 1 addition & 1 deletion go/deployments/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.20-alpine AS builder
WORKDIR /src
COPY go.mod go.sum go.work ./
COPY go.mod go.sum ./
COPY . .
RUN go mod download
RUN go build -ldflags '-s -w' -o /app ./cmd/apeman/main.go
Expand Down
14 changes: 7 additions & 7 deletions ui/apeman-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading