forked from RainLoop/rainloop-webmail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
24 lines (22 loc) · 819 Bytes
/
docker-compose.yml
File metadata and controls
24 lines (22 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: '2'
services:
node:
image: node:8.4-alpine
working_dir: /usr/app
command: sh -c 'yarn install && yarn global add gulp@3.9.1 && gulp all:docker'
volumes:
- ./dev:/usr/app/dev
- ./rainloop:/usr/app/rainloop
- ./assets:/usr/app/assets
- ./vendors:/usr/app/vendors
- ./build/owncloud:/usr/app/build/owncloud
- ./dist:/usr/app/dist
- ./.eslintrc.js:/usr/app/.eslintrc.js
- ./gulpfile.js:/usr/app/gulpfile.js
- ./index.php:/usr/app/index.php
- ./package.json:/usr/app/package.json
- ./webpack.config.builder.js:/usr/app/webpack.config.builder.js
- ./webpack.config.js:/usr/app/webpack.config.js
- ./yarn.lock:/usr/app/yarn.lock
- ./build/docker/node_modules:/usr/app/node_modules
- ./build/docker/tmp:/tmp