Compare commits

..

1 commit

Author SHA1 Message Date
14f8433c99 chore(deps): pin dependencies
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-07-20 00:03:21 +00:00

View file

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