mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-09-13 08:24:48 +00:00
move docker cmd to entrypoint
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user