mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Have monerod be chown'd to monero:nogroup
On some Docker setups, the monero user doesn't have a monero group for some reason. This handles that edge case.
This commit is contained in:
parent
95b7460907
commit
62a619a312
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ RUN tar -xvjf monero-linux-{arch}-v{MONERO_VERSION}.tar.bz2 --strip-components=1
|
|||
|
||||
let run_monero = format!(
|
||||
r#"
|
||||
COPY --from=monero --chown=monero {monero_binary} /bin
|
||||
COPY --from=monero --chown=monero:nogroup {monero_binary} /bin
|
||||
|
||||
EXPOSE {ports}
|
||||
|
||||
|
|
Loading…
Reference in a new issue