1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Compare commits

...

3 commits

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 []