Dockerfile - where is it?

I'm looking to modify the Metabase Dockerfile slightly but it doesn't appear to be in the official repo?

Have I missed something? Usually you would keep the Dockerfile for your software in the root of the source repository.

https://github.com/metabase/metabase/blob/master/bin/release/dockerhub/Dockerfile

I am expecting to add a Dockerfile at the repository root which will build the app from source and use that, but for now we are using the above Dockerfile which is a simple way to have an image that only needs the pre-built .jar file to run.

1 Like