You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Unfortunaly the Dockerfile fails, when executing ./build.sh
I constantly getting the following error
Step 5/8 : COPY ${DEPENDENCY}/BOOT-INF/lib /app/lib
COPY failed: file not found in build context or excluded by .dockerignore: stat build/dependency/BOOT-INF/lib: file does not exist
The same happens for all the other COPY commands of the Dockerfile.
It seems like, that the whole implementation is somewhat broken.
After removing all COPY Commands the build will be shown as Successfully.
But the Container will not run, because the jdbc.Application file is missing.
Unfortunaly the Dockerfile fails, when executing
./build.shI constantly getting the following error
The same happens for all the other
COPYcommands of the Dockerfile.It seems like, that the whole implementation is somewhat broken.
After removing all
COPYCommands the build will be shown as Successfully.But the Container will not run, because the
jdbc.Applicationfile is missing.