fix: revert 'npx astro build' in dockerfile
All checks were successful
Docker / build-and-push-image (push) Successful in 1m1s
All checks were successful
Docker / build-and-push-image (push) Successful in 1m1s
This commit is contained in:
parent
d96f2f5dcf
commit
13df541548
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ WORKDIR /usr/src/app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN ["npm", "ci"]
|
RUN ["npm", "ci"]
|
||||||
RUN ["npx", "astro", "build"]
|
RUN ["npm", "run", "build"]
|
||||||
|
|
||||||
FROM ghcr.io/static-web-server/static-web-server:latest
|
FROM ghcr.io/static-web-server/static-web-server:latest
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
Loading…
Add table
Reference in a new issue