1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2025-01-07 01:09:42 +00:00
This commit is contained in:
Steffo 2023-06-25 02:19:32 +02:00 committed by GitHub
commit cb10ae5a4b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ COPY --from=builder \
/usr/src/patched_porobot/target/*/release/patched_porobot_matrix \ /usr/src/patched_porobot/target/*/release/patched_porobot_matrix \
/usr/bin/ /usr/bin/
USER ${UID:-1000}:${GID:-1000}
ENTRYPOINT [] ENTRYPOINT []
CMD [] CMD []