Skip to content

Commit 5ca87fa

Browse files
committed
Pinning wordpress to fixed version to continously monitor it; Fixed path to copy usage_scenario in to subfolder, now since GMT supports relative paths
1 parent d4f128e commit 5ca87fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wordpress:latest
1+
FROM wordpress:6.2.2-apache
22
EXPOSE 9875
33
COPY ./html /var/www/html
44
COPY ./wordpress.conf /etc/apache2/sites-enabled/wordpress.conf

wordpress-official-data/usage_scenario.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
gcb-puppeteer:
2525
image: greencoding/puppeteer-chrome
2626
setup-commands:
27-
- cp /tmp/repo/puppeteer-flow.js /var/www/puppeteer-flow.js
27+
- cp /tmp/repo/wordpress-official-data/puppeteer-flow.js /var/www/puppeteer-flow.js
2828
networks:
2929
- gcb-wordpress-mariadb-network
3030

0 commit comments

Comments
 (0)