# 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"]