We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f128e commit 5ca87faCopy full SHA for 5ca87fa
wordpress-official-data/Dockerfile-wordpress
@@ -1,4 +1,4 @@
1
-FROM wordpress:latest
+FROM wordpress:6.2.2-apache
2
EXPOSE 9875
3
COPY ./html /var/www/html
4
COPY ./wordpress.conf /etc/apache2/sites-enabled/wordpress.conf
wordpress-official-data/usage_scenario.yml
@@ -24,7 +24,7 @@ services:
24
gcb-puppeteer:
25
image: greencoding/puppeteer-chrome
26
setup-commands:
27
- - cp /tmp/repo/puppeteer-flow.js /var/www/puppeteer-flow.js
+ - cp /tmp/repo/wordpress-official-data/puppeteer-flow.js /var/www/puppeteer-flow.js
28
networks:
29
- gcb-wordpress-mariadb-network
30
0 commit comments