Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Add CMD clause for rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Dec 4, 2013
1 parent 58786ea commit 0006985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ RUN find $ROOTFS/etc/rc.d/ -exec chmod +x {} \; && \

ADD isolinux /isolinux
ADD make_iso.sh /

CMD ["/bin/sh", "/make_iso.sh"]

0 comments on commit 0006985

Please sign in to comment.