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 Jan 20, 2024. It is now read-only.
I am facing an issue when attempting to run the node-flywaydb(v.3.0.3) migration script within a node container.
The migrate script runs fine within a regular node container, for example node:12.0.0, but when I run it within node:12.0.0-alpine the script seems to throw the following error:
Might be hard to see from the image, so here is the error text:
stderr: /app/node_modules/node-flywaydb/jlib/flyway-commandline-7.8.2/flyway-7.8.2/flyway: line 83: /app/node_modules/node-flywaydb/jlib/flyway-commandline-7.8.2/flyway-7.8.2/jre/bin/java: No such file or directory
Again, this only happens in containers with 'alpine' versions.