docker-mendix-buildpack
docker-mendix-buildpack copied to clipboard
Building in Windows not possible
Building the pack in Windows will cause problems due to permissions settings in the resulting linux container. Could you please consider revamping the structure in a way that you move all the RUNs to the script executed by the ENTRYPOINT?
I think this would allow to use a precompiled base image and only do a single COPY to inject the app. This should not break the container even when the build is made in Windows.