mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 09:01:13 +00:00
feat: increase icon size and fix linting
This commit is contained in:
parent
eef7a6557f
commit
62b995490e
21 changed files with 166 additions and 139 deletions
|
|
@ -6,8 +6,8 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
target: bolt-ai-production
|
||||
ports:
|
||||
- "5173:5173"
|
||||
env_file: ".env.local"
|
||||
- '5173:5173'
|
||||
env_file: '.env.local'
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- COMPOSE_PROFILES=production
|
||||
|
|
@ -26,7 +26,7 @@ services:
|
|||
- DEFAULT_NUM_CTX=${DEFAULT_NUM_CTX:-32768}
|
||||
- RUNNING_IN_DOCKER=true
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- 'host.docker.internal:host-gateway'
|
||||
command: pnpm run dockerstart
|
||||
profiles:
|
||||
- production
|
||||
|
|
@ -56,7 +56,7 @@ services:
|
|||
- DEFAULT_NUM_CTX=${DEFAULT_NUM_CTX:-32768}
|
||||
- RUNNING_IN_DOCKER=true
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- 'host.docker.internal:host-gateway'
|
||||
volumes:
|
||||
- type: bind
|
||||
source: .
|
||||
|
|
@ -64,6 +64,6 @@ services:
|
|||
consistency: cached
|
||||
- /app/node_modules
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- '5173:5173'
|
||||
command: pnpm run dev --host 0.0.0.0
|
||||
profiles: ["development", "default"]
|
||||
profiles: ['development', 'default']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue