mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 01:24:22 +00:00
Default to UID and GID 1000
This commit is contained in:
parent
29e3853867
commit
8cc1c2b8f5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ COPY --from=builder \
|
|||
/usr/src/patched_porobot/target/*/release/patched_porobot_matrix \
|
||||
/usr/bin/
|
||||
|
||||
USER ${UID}:${GID}
|
||||
USER ${UID:-1000}:${GID:-1000}
|
||||
ENTRYPOINT []
|
||||
CMD []
|
||||
|
||||
|
|
Loading…
Reference in a new issue