File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV MYSQL_USER="drupal"
77ENV MYSQL_PASSWORD="password"
88
99# these are just for building
10- ENV TERMINUS_SITE="SITENAME "
10+ ENV TERMINUS_SITE="uceap-example "
1111ENV TERMINUS_ENV="dev"
1212
1313ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1- A MariaDB docker image with specific UCEAP Drupal development seed data baked-in.
1+ A MariaDB docker image with the UCEAP Drupal Example development seed data baked-in.
22
33This needs the TERMINUS_TOKEN secret to be set in order to download the database backup from Pantheon.
44
55When working locally you can set the TERMINUS_TOKEN environment variable and pass it to the build process as a secret like so:
66
77``` sh
8- docker build -t myusername/devcontainer-db-generic --secret id=TERMINUS_TOKEN .
8+ docker build -t myusername/devcontainer-db-example --secret id=TERMINUS_TOKEN .
99```
You can’t perform that action at this time.
0 commit comments