mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Updated permissions on /cargocache in Dockerfile.
This commit is contained in:
@@ -14,4 +14,4 @@ RUN git clone https://github.com/google/protobuf.git && \
|
||||
rm -r protobuf
|
||||
|
||||
|
||||
RUN mkdir /cargocache && chmod 777 /cargocache
|
||||
RUN mkdir /cargocache && chmod -r ugo+rwX /cargocache
|
||||
|
||||
Reference in New Issue
Block a user