mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-23 16:18:09 +00:00
12 lines
197 B
YAML
12 lines
197 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
image: node:9-alpine
|
|
working_dir: /srv
|
|
volumes:
|
|
- ./:/srv
|
|
- node_modules:/srv/node_modules
|
|
command: npm run watch
|
|
volumes:
|
|
node_modules:
|