Added missing Dockerfile

This commit is contained in:
Alexey Berezhok
2026-04-19 19:12:47 +03:00
parent ceb3e2eff6
commit 6bebc87323

10
packages/Dockerfile Normal file
View File

@@ -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" ]