mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Switched Dockerfile to correct branch
This commit is contained in:
@@ -13,7 +13,7 @@ ENV PATH="/root/.bun/bin:${PATH}"
|
|||||||
RUN mkdir /src
|
RUN mkdir /src
|
||||||
WORKDIR /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
|
WORKDIR /src/am-d-model.eu
|
||||||
RUN bun install
|
RUN bun install
|
||||||
RUN bun pm trust --all
|
RUN bun pm trust --all
|
||||||
|
|||||||
Reference in New Issue
Block a user