mirror of
https://github.com/status-im/spiffworkflow-connector.git
synced 2025-02-22 11:38:17 +00:00
hack
This commit is contained in:
parent
517a960fd4
commit
0521ce7e6e
@ -10,7 +10,8 @@ RUN mkdir -p /go/src/github.com/status-im/status-go
|
||||
WORKDIR /go/src/github.com/status-im/status-go
|
||||
ADD . .
|
||||
# RUN cd cmd/spiff-workflow && go build --mod=vendor
|
||||
RUN cd cmd/spiff-workflow && go build --mod=vendor -tags gowaku_skip_migrations
|
||||
|
||||
RUN cd cmd/spiff-workflow && perl -pi -e "s/params.RopstenNetworkID/params.GoerliNetworkID/g" main.go && perl -pi -e "s/params.RinkebyNetworkID/params.GoerliNetworkID/g" main.go && go build --mod=vendor -tags gowaku_skip_migrations
|
||||
|
||||
# Copy the binary to the second image
|
||||
FROM alpine:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user