Skip to content

Commit

Permalink
Merge pull request #279 from Scalingo/fix/disable_cgo_dev
Browse files Browse the repository at this point in the history
build(dev): disable CGO
  • Loading branch information
EtienneM authored Oct 15, 2024
2 parents ff7e026 + a4f2d78 commit 133cb66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ RUN go install github.com/cespare/reflex@latest
ADD . /go/src/github.com/Scalingo/sand
WORKDIR /go/src/github.com/Scalingo/sand
EXPOSE 9999
ENV CGO_ENABLED=0
RUN go install -buildvcs=false github.com/Scalingo/sand/cmd/...
CMD /go/bin/sand
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2'
services:
web:
build: .
Expand Down

0 comments on commit 133cb66

Please sign in to comment.