FROM golang:1.17.2
RUN curl -fsSL https://kumoly.io/attachments/94e50ba6-898b-4fed-9323-31ba76ed2737 | tar -C /usr/local/bin/ -xz
WORKDIR /src
COPY main.go main.go
RUN touch shell.sh
CMD [ "configui", "-log", "configui.log", "-f","conf.json" ]