tMakefile - docker2sh - Convert Dockerfiles into shell scripts
HTML git clone https://git.parazyd.org/docker2sh
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tMakefile (172B)
---
1 PREFIX = /usr/local
2
3 all:
4 @echo "Run 'make install' to install docker2sh."
5
6 install:
7 cp -f docker2sh $(DESTDIR)$(PREFIX)/bin
8 chmod 755 $(DESTDIR)$(PREFIX)/bin/docker2sh