UNPKG

mobidev-thelounge

Version:

The self-hosted Web IRC client

10 lines (6 loc) 206 B
THELOUNGE_VERSION?=4.3.1 ORGANISATION?=thelounge all: main main: docker build -t ${ORGANISATION}/thelounge:${THELOUNGE_VERSION} --build-arg THELOUNGE_VERSION=${THELOUNGE_VERSION} . .PHONY: main