1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00
This commit is contained in:
Steffo 2024-09-26 02:00:11 +00:00 committed by GitHub
commit 4bdb01eb61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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