From b2423b2be9bfb37705d4fcbc9a001bb6c65ed441 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 15 Jan 2025 13:25:35 +0000 Subject: [PATCH] Switched Dockerfile to correct branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afd49ea..7cf8099 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV PATH="/root/.bun/bin:${PATH}" RUN mkdir /src WORKDIR /src -RUN git clone https://github.com/Cian-H/am-d-model.eu.git +RUN git clone --branch prod https://github.com/Cian-H/am-d-model.eu.git WORKDIR /src/am-d-model.eu RUN bun install RUN bun pm trust --all