Skip to content

Commit 7e5e51c

Browse files
committed
changes to make this specific to drupal-example project
1 parent fb163cb commit 7e5e51c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV MYSQL_USER="drupal"
77
ENV MYSQL_PASSWORD="password"
88

99
# these are just for building
10-
ENV TERMINUS_SITE="SITENAME"
10+
ENV TERMINUS_SITE="uceap-example"
1111
ENV TERMINUS_ENV="dev"
1212

1313
ENV DEBIAN_FRONTEND=noninteractive

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

33
This needs the TERMINUS_TOKEN secret to be set in order to download the database backup from Pantheon.
44

55
When 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
```

0 commit comments

Comments
 (0)