summaryrefslogtreecommitdiff
path: root/witryna.yml
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-24 14:21:42 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-24 14:21:42 +0100
commit1e8d5df98ffdc5300fa3a6dc92c51ae19a9b2b55 (patch)
tree2217e82d60a3b620211f9397f99eaa00f88e1321 /witryna.yml
parent89c366a2140fa8b0d37f318eed75ce380661f115 (diff)
Update deployment file
Diffstat (limited to 'witryna.yml')
-rw-r--r--witryna.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/witryna.yml b/witryna.yml
index 802e317..b8a35bb 100644
--- a/witryna.yml
+++ b/witryna.yml
@@ -1,3 +1,7 @@
-image: "node:24"
-command: "npm install -g corepack && corepack pnpm install && corepack pnpm run build"
-public: "dist"
+image: node:24-alpine
+command: |
+ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 &&
+ corepack enable &&
+ pnpm install --frozen-lockfile &&
+ pnpm run build
+public: dist