infra: image: create entrypoint script and put env sources in it

This commit is contained in:
2025-12-08 19:41:46 -06:00
parent 35b4a15578
commit 0837e465a9

View File

@@ -31,4 +31,6 @@ USER gentooligan
WORKDIR /workspace
ENTRYPOINT /bin/bash
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/bash"]