UNPKG
mobidev-thelounge
Version:
latest (4.3.1)
4.3.1
The self-hosted Web IRC client
thelounge.chat
thelounge/thelounge
mobidev-thelounge
/
thelounge-docker
/
Makefile
10 lines
(6 loc)
•
206 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
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