Open willard-wpu opened 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
temporary fixed
COPY --from=wordpress --chown=www-data:www-data /usr/src/wordpress/wp-config-docker.php /app/public/wp-config.php
=> 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