fix: Remove redundant branch tag for dockerfile cloud

This commit is contained in:
Faruk AYDIN
2024-01-12 18:08:55 +01:00
parent 3bf2bc94f3
commit 8957f83939

View File

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