mirror of
https://github.com/benbusby/whoogle-search
synced 2024-10-30 09:20:50 +00:00
Make /config
directory writable by all (#616)
The `/config` directory needs to be writable by all in order to run the container as a non-root user.
This commit is contained in:
parent
fc50359752
commit
09a0039a38
@ -18,7 +18,7 @@ RUN apk add --update --no-cache tor curl bash openrc
|
|||||||
# libcurl4-openssl-dev
|
# libcurl4-openssl-dev
|
||||||
|
|
||||||
ARG config_dir=/config
|
ARG config_dir=/config
|
||||||
RUN mkdir -p $config_dir
|
RUN mkdir -p -m 777 $config_dir
|
||||||
VOLUME $config_dir
|
VOLUME $config_dir
|
||||||
|
|
||||||
ARG username=''
|
ARG username=''
|
||||||
|
Loading…
Reference in New Issue
Block a user