From 87f696f141d616b87b0c8078bfd0cfcdb2ff2601 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 6 Sep 2017 15:18:41 +0200 Subject: Add catlfish-build. --- catlfish-build/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 catlfish-build/Dockerfile (limited to 'catlfish-build/Dockerfile') diff --git a/catlfish-build/Dockerfile b/catlfish-build/Dockerfile new file mode 100644 index 0000000..451aa0d --- /dev/null +++ b/catlfish-build/Dockerfile @@ -0,0 +1,5 @@ +FROM catlfish-dev + +ADD start.sh / +WORKDIR /usr/local/src/catlfish +ENTRYPOINT ["/start.sh"] -- cgit v1.1