Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -17,5 +17,4 @@ VOLUME /data
|
|
17 |
|
18 |
# Handle the secret
|
19 |
RUN --mount=type=secret,id=MEILI_MASTER_KEY,target=/run/secrets/MEILI_MASTER_KEY \
|
20 |
-
export MEILI_MASTER_KEY=$(cat /run/secrets/MEILI_MASTER_KEY)
|
21 |
-
rm /meili_master_key
|
|
|
17 |
|
18 |
# Handle the secret
|
19 |
RUN --mount=type=secret,id=MEILI_MASTER_KEY,target=/run/secrets/MEILI_MASTER_KEY \
|
20 |
+
export MEILI_MASTER_KEY=$(cat /run/secrets/MEILI_MASTER_KEY)
|
|