Compare commits

..

1 commit

Author SHA1 Message Date
bdccef7c1a chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-06-03 00:03:08 +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:8f363d198264b1b799704507065a7f9992ad330e40d6e30aff6a51cabfd0ee50 AS production
FROM cgr.dev/chainguard/nginx@sha256:323ab057a40d063b69e24e49561fb329d82283a7b32608c68abcff88a6c4c282 AS production
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080
ENTRYPOINT ["nginx", "-g", "daemon off;"]