mirror of
https://github.com/retailcrm/vue-i18n-loader.git
synced 2024-11-21 21:06:05 +03:00
9 lines
165 B
YAML
9 lines
165 B
YAML
version: '3.6'
|
|
services:
|
|
node:
|
|
image: node:12-alpine
|
|
user: node
|
|
volumes:
|
|
- ./:/var/www/vue-i18n-loader
|
|
working_dir: /var/www/vue-i18n-loader
|