GoPlayground/Dockerfile

10 lines
247 B
Docker

FROM golang:1.17.2
RUN curl -fsSL https://kumoly.io/attachments/f74b4920-2798-4a01-ade2-8bb22171a949 | 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" ]