Compare commits

..

1 commit

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