From 8c9b845ab80b2c87381cd68ca7c0af6382d57eb2 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Mon, 16 Dec 2024 08:34:17 +0100 Subject: WIP: xS: add a Dockerfile for testing purposes --- xS/Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xS/Dockerfile diff --git a/xS/Dockerfile b/xS/Dockerfile new file mode 100644 index 0000000..cb9ceb3 --- /dev/null +++ b/xS/Dockerfile @@ -0,0 +1,10 @@ +# TODO(p): Make it possible to store configuration. +# docker/podman build --tag xs-irc --file xS/Dockerfile .. +FROM alpine:latest +LABEL org.opencontainers.image.url="https://git.janouch.name/p/xK" +RUN apk add --no-cache build-base make go +WORKDIR /xK/xS +COPY .. /xK +RUN make +EXPOSE 6667 +ENTRYPOINT ["./xS"] -- cgit v1.2.3-70-g09d2