Nice commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN apt update && apt install -y wget unzip && \
|
|
| 16 |
|
| 17 |
COPY config.json /bz/config.json
|
| 18 |
RUN --mount=type=secret,id=UUID,mode=0444,required=true \
|
| 19 |
-
sed -i "/UUID/$(cat /run/secrets/UUID)/g" config.json
|
| 20 |
|
| 21 |
RUN chmod -R 777 /bz/
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
COPY config.json /bz/config.json
|
| 18 |
RUN --mount=type=secret,id=UUID,mode=0444,required=true \
|
| 19 |
+
sed -i "s/UUID/$(cat /run/secrets/UUID)/g" config.json
|
| 20 |
|
| 21 |
RUN chmod -R 777 /bz/
|
| 22 |
|