Compare commits

..

1 commit

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