Skip to content

Commit

Permalink
ignoring parent folder while zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Jan 24, 2024
1 parent 1e7d15a commit a1a744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN cp -r ./lib3mf-repo/Autogenerated/Bindings/. ./out/Bindings/

RUN cp ./lib3mf-repo/build/lib3mf.so ./out/

RUN zip -r out.zip out
RUN cd out && zip -r ../out.zip .



Expand Down

0 comments on commit a1a744f

Please sign in to comment.