Skip to content

Commit

Permalink
add send-payload cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Nov 24, 2023
1 parent 0c981f9 commit 7b1edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/snapshots_v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GOCACHE
ARG GOOS
ARG GOARCH
# manage dependencies
COPY . .
COPY apps/snapshots/ .
RUN --mount=type=cache,target=${GOMODCACHE} go mod download
COPY . .
RUN --mount=type=cache,target=${GOCACHE} CGO_ENABLED=1 GOOS=${GOOS} GOARCH=${GOARCH} go build -ldflags="-s -w" -o snapshots apps/snapshots/main.go
Expand Down

0 comments on commit 7b1edef

Please sign in to comment.