fix entrypoint for alpine

This commit is contained in:
Bruce Röttgers
2025-09-29 18:39:47 +02:00
parent 0bf0238ef1
commit 8c4c66ed94
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
#!/bin/bash
uv run main.py

2
src/entrypoint.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
uv run main.py