Added missing Dockerfile
This commit is contained in:
10
packages/Dockerfile
Normal file
10
packages/Dockerfile
Normal 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" ]
|
||||
Reference in New Issue
Block a user