Merge pull request #1531 from automatisch/dockerfile-cloud

fix: Remove redundant branch tag for dockerfile cloud
This commit is contained in:
Ömer Faruk Aydın
2024-01-12 18:12:48 +01:00
committed by GitHub

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 -b https://github.com/automatisch/automatisch.git RUN git clone https://github.com/automatisch/automatisch.git
WORKDIR /automatisch WORKDIR /automatisch