Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ COPY . .
|
|
13 |
|
14 |
RUN chmod -R 777 /app
|
15 |
|
16 |
-
RUN --mount=type=secret,id=password,mode=0444,required=
|
17 |
cat /run/secrets/password > /test
|
18 |
|
19 |
EXPOSE 7860
|
|
|
13 |
|
14 |
RUN chmod -R 777 /app
|
15 |
|
16 |
+
RUN --mount=type=secret,id=password,mode=0444,required=true \
|
17 |
cat /run/secrets/password > /test
|
18 |
|
19 |
EXPOSE 7860
|