Importing into a fresh repository.
Showing
4 changed files
with
36 additions
and
0 deletions
.gitignore
0 → 100644
1 | wp-cli.phar |
Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
1 | version: '2' | ||
2 | |||
3 | services: | ||
4 | build: | ||
5 | image: docker.brainfood.com/wordpress-support | ||
6 | build: | ||
7 | context: . | ||
8 | args: | ||
9 | - http_proxy | ||
10 | - https_proxy | ||
11 | |||
12 | download: | ||
13 | image: docker.brainfood.com/debian-support | ||
14 | environment: | ||
15 | - http_proxy | ||
16 | - https_proxy | ||
17 | volumes: | ||
18 | - .:/tmp/wordpress-support/ | ||
19 | command: ["/tmp/wordpress-support/download-files", "/tmp/wordpress-support"] |
-
Please register or sign in to post a comment