Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
version: '2.1'
###############
## Set the following (see gradle-commons readme for more detail):
## * DEPLOY_DIR - deployment path, on the container, for the built app
## * BUILD_DIR - directory into which the app is built, relative to the volume (/build)
## * ../path/to/build - local path of the built app
## * This should be one directory ABOVE the value in BUILD_DIR
## * This is necessary to preserve volume inode when clean actions are performed
services:
my-va-images:
environment:
- DEPLOY_DIR=/var/www/html/myvaimages
- BUILD_DIR=dist
volumes:
- ../:/build