specify version and add ulimit to readme

This commit is contained in:
Bruce Röttgers 2025-04-26 22:50:06 +02:00
parent e606e45bf6
commit ec408ca345
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:debian FROM ghcr.io/astral-sh/uv:0.6-python3.12-bookworm
WORKDIR /app WORKDIR /app

View File

@ -6,7 +6,7 @@ Small utility to convert the wikitext data from the Wikivoyage dumps into a stru
### Docker ### Docker
This script is intended to be run with docker. A docker image is [available from the GitHub registry](). For example, you may run it using the filesystem handler with `docker run -e HANDLER=filesystem -e HANDLER_FILESYSTEM_OUTPUT_DIR=/output -v ./output:/output ghcr.io/bcye/structured-wikivoyage-exports`. For all the different options, refer to [the docs](docs). This script is intended to be run with docker. A docker image is [available from the GitHub registry](). For example, you may run it using the filesystem handler with `docker run -e HANDLER=filesystem -e HANDLER_FILESYSTEM_OUTPUT_DIR=/output -v ./output:/output --ulimit nofile=65536:65536 ghcr.io/bcye/structured-wikivoyage-exports`. For all the different options, refer to [the docs](docs).
### Types ### Types