diff --git a/packages/Dockerfile b/packages/Dockerfile new file mode 100644 index 0000000..ffe8ace --- /dev/null +++ b/packages/Dockerfile @@ -0,0 +1,10 @@ +FROM image + +WORKDIR /app + +# Copy the entire project into the image +COPY ./tmpbuild . + +RUN mkdir -p tmpbuild + +ENTRYPOINT [ "bash", "package_preparer.sh", "packageprep" ]