8 lines
146 B
Docker
Raw Normal View History

2023-02-01 17:06:56 +01:00
FROM alpine
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
RUN apk add --no-cache beanstalkd
EXPOSE 11300
ENTRYPOINT ["/usr/bin/beanstalkd"]