From 71fb44786ae1da6a1cdd11e6c6e0b1fb1f1569fa Mon Sep 17 00:00:00 2001 From: John Franey <1728528+johnfraney@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:03:31 -0300 Subject: [PATCH] Add missing entrypoint line --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index b3fdc54..bb3d7b7 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,4 @@ #!/bin/sh -l +poetry install --no-root poetry run blurry build \ No newline at end of file