From 13df54154807f1623f7c62d8673c4511fcc6b31b Mon Sep 17 00:00:00 2001 From: Troy Date: Sat, 8 Mar 2025 15:48:04 +0000 Subject: [PATCH] fix: revert 'npx astro build' in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14f5cfe..6714ab0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /usr/src/app COPY . . RUN ["npm", "ci"] -RUN ["npx", "astro", "build"] +RUN ["npm", "run", "build"] FROM ghcr.io/static-web-server/static-web-server:latest WORKDIR /