nbroad commited on
Commit
38e4a6b
·
verified ·
1 Parent(s): 103d657

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \