Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
- add zip extension to PHP setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Feb 22, 2021
1 parent 130a126 commit ed7284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/testing.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV PATH "$PATH:~/.composer/vendor/bin"
RUN echo "date.timezone = UTC" >> /usr/local/etc/php/php.ini

# Remove exec statement from base entrypoint script.
RUN sed -i '$d' /usr/local/bin/app-entrypoint.sh- update composer.json
RUN sed -i '$d' /usr/local/bin/app-entrypoint.sh

# Set up entrypoint
WORKDIR /var/www/html/wp-content/plugins/wp-graphql-acf
Expand Down

0 comments on commit ed7284e

Please sign in to comment.