Files
papra/packages/docker/package.json
Corentin Thomasset 96f29ba58f chore(release): update versions (#676)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-21 18:51:43 +01:00

18 lines
746 B
JSON

{
"name": "@papra/docker",
"version": "25.12.0",
"private": true,
"description": "Docker image version tracker for Papra, calver-ish versioned.",
"repository": {
"type": "git",
"url": "https://github.com/papra-hq/papra",
"directory": "packages/docker"
},
"scripts": {
"build:docker:root": "docker build -t papra-local-root -f ./Dockerfile ../..",
"build:docker:root:amd64": "docker buildx build --platform linux/amd64 -t papra-local-root-amd64 -f ./Dockerfile --load ../..",
"build:docker:root:arm64": "docker buildx build --platform linux/arm64 -t papra-local-root-arm64 -f ./Dockerfile --load ../..",
"build:docker:rootless": "docker build -t papra-local-rootless -f ./Dockerfile.rootless ../.."
}
}