We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23108c8 commit 277c83dCopy full SHA for 277c83d
1 file changed
Dockerfile
@@ -34,11 +34,10 @@ RUN ls -la /build/build/
34
RUN ls -la /opt/
35
RUN ls -la /opt/*/
36
37
+RUN zip -r /build/imagemagick-layer.zip /opt/
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
42
-# RUN mkdir /dist && \
-# echo "cp /build/imagemagick-layer.zip /dist/imagemagick-layer.zip" > /entrypoint.sh && \
-# chmod +x /entrypoint.sh
43
-
44
-# ENTRYPOINT "/entrypoint.sh"
+ENTRYPOINT "/entrypoint.sh"
0 commit comments