mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-10-29 14:12:43 +00:00
fix entrypoint for alpine
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
uv run main.py
|
||||
2
src/entrypoint.sh
Normal file
2
src/entrypoint.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
uv run main.py
|
||||
Reference in New Issue
Block a user