fix: use SWS image from Docker Hub
All checks were successful
Docker / build-and-push-image (push) Successful in 1m12s
All checks were successful
Docker / build-and-push-image (push) Successful in 1m12s
This commit is contained in:
parent
8cf6c567b8
commit
42d09aa9f0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ COPY . .
|
||||||
RUN ["npm", "ci"]
|
RUN ["npm", "ci"]
|
||||||
RUN ["npx", "astro", "build"]
|
RUN ["npx", "astro", "build"]
|
||||||
|
|
||||||
FROM ghcr.io/static-web-server/static-web-server:latest
|
FROM joseluisq/static-web-server:2
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=node /usr/src/app/dist /public
|
COPY --from=node /usr/src/app/dist /public
|
||||||
ENV SERVER_REDIRECT_TRAILING_SLASH=false
|
ENV SERVER_REDIRECT_TRAILING_SLASH=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue