Skip to content

Commit 277c83d

Browse files
committed
need to see the build path, test runner to look at /opt and zip
1 parent 23108c8 commit 277c83d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ RUN ls -la /build/build/
3434
RUN ls -la /opt/
3535
RUN ls -la /opt/*/
3636

37+
RUN zip -r /build/imagemagick-layer.zip /opt/
3738

38-
# RUN zip -r /build/imagemagick-layer.zip /build/bin /build/share
39+
RUN mkdir /dist && \
40+
echo "cp /build/imagemagick-layer.zip /dist/imagemagick-layer.zip" > /entrypoint.sh && \
41+
chmod +x /entrypoint.sh
3942

40-
# RUN mkdir /dist && \
41-
# echo "cp /build/imagemagick-layer.zip /dist/imagemagick-layer.zip" > /entrypoint.sh && \
42-
# chmod +x /entrypoint.sh
43-
44-
# ENTRYPOINT "/entrypoint.sh"
43+
ENTRYPOINT "/entrypoint.sh"

0 commit comments

Comments
 (0)