react-code-dataset / gitprofile /docker-compose.yml
Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
337 Bytes
version: '3'
services:
app:
build:
context: .
dockerfile: ./node_modules/vail/runtimes/npm/Dockerfile
args:
VAIL_NODE_VERSION: 20
command: npm run dev -- --host 0.0.0.0
ports:
- '5173:5173'
volumes:
- .:/var/www/html
networks:
- vail
networks:
vail:
driver: bridge