Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -14,6 +14,8 @@ RUN mkdir -p /data
|
|
14 |
|
15 |
VOLUME /data
|
16 |
|
|
|
|
|
17 |
|
18 |
# Handle the secret
|
19 |
RUN --mount=type=secret,id=MEILI_MASTER_KEY,target=/run/secrets/MEILI_MASTER_KEY \
|
|
|
14 |
|
15 |
VOLUME /data
|
16 |
|
17 |
+
WORKDIR /data
|
18 |
+
|
19 |
|
20 |
# Handle the secret
|
21 |
RUN --mount=type=secret,id=MEILI_MASTER_KEY,target=/run/secrets/MEILI_MASTER_KEY \
|