✨ Adds fetching and toggling alerts
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user