diff --git a/Dockerfile b/Dockerfile index 74dc966..50d95fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,5 @@ WORKDIR /lindbergh-loader COPY . . -RUN make +# Explicitly set the output directory +RUN make && mkdir -p /output && cp -r ./build /output