Skip to content

Commit

Permalink
fixes woo install
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankiewicz committed Oct 31, 2023
1 parent 4aad6fb commit 33a39b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/playground/compile-wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ RUN cd wordpress/wp-content/mu-plugins && \
RUN cd wordpress && ../wp-cli.phar --allow-root pll lang create English en en_US
RUN cd wordpress && ../wp-cli.phar --allow-root pll option update default_lang en
RUN cd wordpress && ../wp-cli.phar --allow-root pll option update media_support 0
RUN cd wordpress && ../wp-cli.phar --allow-root pll option update browser 0
RUN cd wordpress && ../wp-cli.phar --allow-root pll option update rewrite 1
RUN cd wordpress && ../wp-cli.phar --allow-root pll option update hide_default 1
RUN cd wordpress && ../wp-cli.phar --allow-root pll option update force_lang 1
RUN cd wordpress && ../wp-cli.phar --allow-root pll option update redirect_lang 0
RUN cd wordpress && ../wp-cli.phar --allow-root pll option update first_activation 1691760498
RUN cd wordpress && ../wp-cli.phar --allow-root pll doctor translate

# === Install WooCommerce ===
Expand Down

0 comments on commit 33a39b8

Please sign in to comment.