I'm trying to build MariaDB. It's failing in STEP 19 due to missing docker-entrypoint.sh:
Step 19/23 : COPY ./docker-entrypoint.sh /
COPY failed: file not found in build context or excluded by .dockerignore: stat docker-entrypoint.sh: file does not exist
I'm trying to build MariaDB. It's failing in STEP 19 due to missing docker-entrypoint.sh: