chore: Make dockerfile cloud work with main branch

This commit is contained in:
Faruk AYDIN
2024-01-12 17:24:29 +01:00
parent 62bdb7fb6d
commit 54d9d17d14

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