mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-06 08:59:37 -06:00
feat(docker): added Dockerfiles (#57)
This commit is contained in:
committed by
GitHub
parent
31e0ef577f
commit
23dee2b339
@@ -5,5 +5,9 @@
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"packageManager": "pnpm@9.11.0"
|
||||
"packageManager": "pnpm@9.11.0",
|
||||
"scripts": {
|
||||
"app:docker:build": "docker build -t papra -f docker/Dockerfile .",
|
||||
"app:docker:build:rootless": "docker build -t papra-rootless -f docker/Dockerfile.rootless ."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user