Nice commited on
Commit
40be3f2
·
verified ·
1 Parent(s): 8319a63

Update Dockerfile

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