Compare commits

..

1 commit

Author SHA1 Message Date
3aa2731fc1 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-07-18 00:02:29 +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:a86ee41571dfe0a5e5af1a0b43c5ff99f3d41b4182bccae3dbfe3afcf7484c99 AS production
FROM cgr.dev/chainguard/nginx@sha256:b11110e90c8d24647aadd5babc234db0bf20fe72da16d49b956987c073643416 AS production
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080
ENTRYPOINT ["nginx", "-g", "daemon off;"]