mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
15 lines
224 B
YAML
15 lines
224 B
YAML
|
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:
|