Skip to content

Commit

Permalink
Merge pull request #714 from onflow/fix-docker-build
Browse files Browse the repository at this point in the history
fix docker build
  • Loading branch information
j1010001 authored Dec 19, 2024
2 parents 0833fee + 4d476ee commit a4ce4cc
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 @@ -16,7 +16,7 @@ ARG VERSION
ARG ARCH

# Build binary
RUN CGO_ENABLED=1 GOOS=linux GOARCH=$ARCH build -o bin -ldflags="-X github.com/onflow/flow-evm-gateway/api.Version=$VERSION" -trimpath cmd/main.go
RUN CGO_ENABLED=1 GOOS=linux GOARCH=$ARCH go build -o bin -ldflags="-X github.com/onflow/flow-evm-gateway/api.Version=$VERSION" -trimpath cmd/main.go
RUN chmod a+x bin

# RUN APP
Expand Down

0 comments on commit a4ce4cc

Please sign in to comment.