dunglas / frankenphp-wordpress

WordPress on FrankenPHP
122 stars 18 forks source link

Im getting some error #5

Open willard-wpu opened 1 year ago

willard-wpu commented 1 year ago

=> ERROR [stage-0 6/7] COPY /app/public/wp-config-docker.php /app/public/wp-config.php

failed to solve: failed to compute cache key: failed to walk /var/lib/docker/tmp/buildkit-mount1687527480/app/public: lstat /var/lib/docker/tmp/buildkit-mount1687527480/app/public: no such file or directory

willard-wpu commented 1 year ago

temporary fixed

COPY /app/public/wp-config-docker.php /app/public/wp-config.php

COPY --from=wordpress --chown=www-data:www-data /usr/src/wordpress/wp-config-docker.php /app/public/wp-config.php