fix: revert 'npx astro build' in dockerfile
All checks were successful
Docker / build-and-push-image (push) Successful in 1m1s

This commit is contained in:
Troy 2025-03-08 15:48:04 +00:00
parent d96f2f5dcf
commit 13df541548
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

@ -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 /