Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
guilycst committed Apr 28, 2024
1 parent 04ff9c0 commit 11363a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN /usr/local/bin/tailwindcss -i web/css/input.css -o web/dist/output.css -m
RUN templ generate
RUN go run ./cmd/tracker/main.go
RUN go run ./cmd/indexer/main.go
RUN go build -gcflags "all=-N -l" -v -o /server ./cmd/server/main.go
RUN go build -v -o /server ./cmd/server/main.go

#Runtime
FROM --platform=linux/amd64 alpine:${ALPINE_VERSION}
Expand Down
Binary file removed cmd/server/__debug_bin552781732
Binary file not shown.
Binary file removed cmd/server/__debug_bin706929617
Binary file not shown.

0 comments on commit 11363a6

Please sign in to comment.