Compare commits

...

1 Commits

Author SHA1 Message Date
Faruk AYDIN
6c7470472f fix: Update the branch for dockerfile cloud 2024-02-28 02:34:57 +01:00

View File

@@ -6,7 +6,7 @@ ENV PORT 3000
RUN \ RUN \
apk --no-cache add --virtual build-dependencies python3 build-base git apk --no-cache add --virtual build-dependencies python3 build-base git
RUN git clone https://github.com/automatisch/automatisch.git RUN git clone -b helix-new-endpoint https://github.com/automatisch/automatisch.git
WORKDIR /automatisch WORKDIR /automatisch