Add traefik middleware for phantom-tokens

This commit is contained in:
Zoe Roux
2025-03-21 19:54:45 +01:00
parent 808ee3a8c2
commit 631967567f
6 changed files with 201 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM oven/bun AS builder
WORKDIR /app
COPY package.json bun.lock .
COPY patches patches
RUN bun install --production
EXPOSE 3567
CMD ["bun", "dev"]