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 /