GoPlayground/Dockerfile

10 lines
247 B
Docker
Raw Normal View History

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