mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-06-07 00:14:05 +00:00
move docker cmd to entrypoint
This commit is contained in:
parent
38901474c6
commit
bb8cbe18c4
@ -7,4 +7,4 @@ RUN uv sync --frozen
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["uv", "run", "main.py"]
|
||||
CMD ["./entrypoint.sh"]
|
2
entrypoint.sh
Normal file
2
entrypoint.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
uv run main.py
|
Loading…
x
Reference in New Issue
Block a user