From 57ad0b1cbe18a15f82763dee04096686968b007e Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Sat, 11 Feb 2023 09:25:44 +0100 Subject: [PATCH] Use main branch of timeld, fix #9 --- Dockerfile-timeld-gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-timeld-gateway b/Dockerfile-timeld-gateway index e867996..38da29d 100644 --- a/Dockerfile-timeld-gateway +++ b/Dockerfile-timeld-gateway @@ -2,7 +2,7 @@ FROM node:16.18 RUN apt-get update && apt-get -y install joe WORKDIR /opt -RUN git clone -b server-bind-config https://github.com/m-ld/timeld/ +RUN git clone https://github.com/m-ld/timeld/ WORKDIR /opt/timeld RUN npm install EXPOSE 8080