dev container name
This commit is contained in:
parent
4b34a7d8b2
commit
821aa6a531
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ services:
|
|||
vite:
|
||||
image: node:24-alpine
|
||||
pull_policy: always
|
||||
container_name: coolify-vite
|
||||
working_dir: /var/www/html
|
||||
environment:
|
||||
VITE_HOST: "${VITE_HOST:-localhost}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue