yunohost-portal/docker-compose.yml

15 lines
224 B
YAML
Raw Normal View History

services:
portal:
build: .
ports:
- 127.0.0.1:3000:3000
- 127.0.0.1:24678:24678
volumes:
- .:/portal
- node_modules:/portal/node_modules
command: yarn dev
volumes:
node_modules: