Fix monero

This commit is contained in:
nicolas.dorier 2023-06-28 09:47:16 +09:00
parent 3fd9499d4b
commit d26adaceb5
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ COPY ./scripts /scripts/
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
# Create monero user
RUN adduser --system --group --disabled-password --uid 101 --gid 101 monero && \
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
mkdir -p /wallet /home/monero/.bitmonero && \
chown -R monero:monero /home/monero/.bitmonero && \
chown -R monero:monero /wallet

View File

@ -32,7 +32,7 @@ COPY ./scripts /scripts/
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
# Create monero user
RUN adduser --system --group --disabled-password --uid 101 --gid 101 monero && \
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
mkdir -p /wallet /home/monero/.bitmonero && \
chown -R monero:monero /home/monero/.bitmonero && \
chown -R monero:monero /wallet

View File

@ -32,7 +32,7 @@ COPY ./scripts /scripts/
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
# Create monero user
RUN adduser --system --group --disabled-password --uid 101 --gid 101 monero && \
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
mkdir -p /wallet /home/monero/.bitmonero && \
chown -R monero:monero /home/monero/.bitmonero && \
chown -R monero:monero /wallet