Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -98,7 +98,6 @@ ENV STORAGE_PERSISTENCE=1
|
|
98 |
|
99 |
RUN --mount=type=secret,id=POSTGRESQL_DB,mode=0444,required=true \
|
100 |
git init && \
|
101 |
-
git remote add origin $(cat /run/secrets/POSTGRESQL_DB)
|
102 |
-
|
103 |
|
104 |
CMD exec label-studio --host=$SPACE_HOST
|
|
|
98 |
|
99 |
RUN --mount=type=secret,id=POSTGRESQL_DB,mode=0444,required=true \
|
100 |
git init && \
|
101 |
+
git remote add origin $(cat /run/secrets/POSTGRESQL_DB) && git branch -m label_dev
|
|
|
102 |
|
103 |
CMD exec label-studio --host=$SPACE_HOST
|