Compare commits

..

1 commit

Author SHA1 Message Date
0575a62c5b chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-10-26 00:02:13 +00:00

View file

@ -5,7 +5,7 @@ COPY . .
RUN bun i && bun run build
# Production stage to run the application
FROM cgr.dev/chainguard/nginx@sha256:05b2e978bda85b123bef49cc651569e2b43f202c08df6d70092083f6186ef3d5 AS production
FROM cgr.dev/chainguard/nginx@sha256:52a0cf63458e45c9d80e9e99911afa9ede16eb21de42710cf4909fb720123684 AS production
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080
ENTRYPOINT ["nginx", "-g", "daemon off;"]