Skip to content

Commit

Permalink
chore: merge pull request #221 from spacebin-org/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhrit authored Mar 12, 2021
2 parents e840c11 + a9011b2 commit c16f653
Showing 1 changed file 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 @@ -12,7 +12,7 @@ RUN apk add --no-cache build-base
RUN go mod download

# Build the binary
RUN go build --ldflags "-s -w" -o bin/spirit -tags sqlite ./
RUN go build --ldflags "-s -w" -o bin/spirit -tags sqlite ./cmd/spirit/main.go

# Run the generated binary
CMD ["/opt/spirit/bin/spirit"]

0 comments on commit c16f653

Please sign in to comment.