fix docker files
This commit is contained in:
@@ -10,6 +10,6 @@ COPY . .
|
||||
|
||||
RUN bun run build
|
||||
|
||||
EXPOSE 9123
|
||||
EXPOSE 5173
|
||||
|
||||
CMD ["bun", "run", "dev", "--host"]
|
||||
|
||||
@@ -2,7 +2,5 @@ services:
|
||||
monitor-im-flur:
|
||||
build: .
|
||||
ports:
|
||||
- "9123:9123"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- "9123:5173"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user