GoPlayground/Dockerfile

10 lines
247 B
Docker
Raw Normal View History

2021-10-23 19:51:48 +00:00
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" ]