fix docker files

This commit is contained in:
2025-08-27 18:38:26 +02:00
parent 88df927f5c
commit 8abfae803b
2 changed files with 2 additions and 4 deletions

View File

@@ -10,6 +10,6 @@ COPY . .
RUN bun run build
EXPOSE 9123
EXPOSE 5173
CMD ["bun", "run", "dev", "--host"]

View File

@@ -2,7 +2,5 @@ services:
monitor-im-flur:
build: .
ports:
- "9123:9123"
environment:
- NODE_ENV=production
- "9123:5173"
restart: unless-stopped