Skip to content

Commit

Permalink
wordpress npm clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jan 23, 2024
1 parent 49109bd commit 5686258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eco_build_images/wordpress_phpunit_test_runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY wordpress_phpunit_test_runner.entrypoint /entrypoint.sh
WORKDIR /phpunit-test-runner

ENV COMPOSER_ALLOW_SUPERUSER=1
RUN bash -c 'source /root/.bashrc && source .env && php prepare.php'
RUN npm cache clean --force && bash -c 'source /root/.bashrc && source .env && php prepare.php'

ENTRYPOINT ["/entrypoint.sh"]

Expand Down

0 comments on commit 5686258

Please sign in to comment.