attempting to add scheduler UI

This commit is contained in:
2025-09-13 13:04:33 -04:00
parent 7975430489
commit 4e127f663b
13 changed files with 837 additions and 260 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ COPY package.json ./package.json
RUN bun install --ci --production
COPY server.mjs ./server.mjs
COPY public ./public
USER bun
EXPOSE 3000
EXPOSE 12253
ENV NODE_ENV=production
CMD ["bun", "run", "server.mjs"]