You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Convert HCL config file to JSON
FROM golang:1.10 as json2hcl
RUN go get github.com/skybet/json2hcl
WORKDIR /go/src/github.com/skybet/json2hcl
ADD config.hcl /root/config.hcl
RUN go get
RUN go run main.go -reverse < /root/config.hcl > /root/config.json
This works okay, but would be nice if the bot supported HCL out of the box
The text was updated successfully, but these errors were encountered:
Our version of this includes:
This works okay, but would be nice if the bot supported HCL out of the box
The text was updated successfully, but these errors were encountered: