diff options
| author | Linus Nordberg <linus@nordu.net> | 2017-09-06 15:18:41 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2017-09-06 15:18:41 +0200 |
| commit | 87f696f141d616b87b0c8078bfd0cfcdb2ff2601 (patch) | |
| tree | ac577ac9b3e2c9afea04de678f6a889c206e8de2 /catlfish-build/Dockerfile | |
| parent | c85d1a96bcdcfec34b597392472125e2bf41b541 (diff) | |
Add catlfish-build.
Diffstat (limited to 'catlfish-build/Dockerfile')
| -rw-r--r-- | catlfish-build/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
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"] |
