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