fix entrypoint for artix image

This commit is contained in:
Cory Sanin 2025-01-08 15:16:19 -05:00
parent 37e5453182
commit 61e310a5c6

View File

@ -16,4 +16,4 @@ USER user
WORKDIR /home/user/ WORKDIR /home/user/
CMD [ "/bin/bash" ] CMD [ "/scripts/entrypoint.sh" ]