Use docker compose watch for api

This commit is contained in:
Zoe Roux
2025-05-16 22:30:21 +02:00
parent 10e200ea5a
commit 095d309bb6
6 changed files with 19 additions and 189 deletions
+2
View File
@@ -5,6 +5,8 @@ COPY package.json bun.lock .
COPY patches patches
RUN bun install --production
COPY . .
EXPOSE 3567
CMD ["bun", "dev"]