diff options
author | Markus Witt <feuerrot@feuerrot.org> | 2019-05-03 22:50:59 +0200 |
---|---|---|
committer | Markus Witt <feuerrot@feuerrot.org> | 2019-05-03 22:50:59 +0200 |
commit | 2b5780499c3e00e1969c461b864994757a21a8d8 (patch) | |
tree | 695bfb16ec179debf7aebd74e9f82dd881cba7a1 /.dockerignore | |
parent | 46e85324df762672718c0a6a5ca60fb247e89e5d (diff) |
use cpanfile to install dependencies, run worker in another docker container
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index 939fd11..2a11f34 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,5 @@ Dockerfile .dockerignore -examples/ .gitignore README.md travelynx.conf |