Adds fetching and toggling alerts
All checks were successful
Gitea Build Action / build-go (push) Successful in 28s
Gitea Build Action / build-nuxt (push) Successful in 10m8s

This commit is contained in:
Daniel Svitan
2025-06-07 08:59:34 +02:00
parent ae7db8290c
commit 000c12845c
6 changed files with 159 additions and 105 deletions

View File

@@ -13,8 +13,8 @@ FROM oven/bun:1
WORKDIR /app
COPY --from=build /app/.output .
ENV PORT 3000
ENV HOST 0.0.0.0
ENV PORT=3000
ENV HOST=0.0.0.0
EXPOSE 3000
CMD ["bun", "/app/server/index.mjs"]