diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-29 16:58:24 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-29 16:58:24 +0000 |
commit | 5f67821f49a8e3c4573c4d3a8af977ff61dd51f3 (patch) | |
tree | 8205ae4a8e527d0d0e34a0821471f106ab7fc4a6 /.gitpod.yml | |
parent | no need for externally getting the links. devourer can do that on its own now... (diff) | |
download | devourer-5f67821f49a8e3c4573c4d3a8af977ff61dd51f3.tar.gz devourer-5f67821f49a8e3c4573c4d3a8af977ff61dd51f3.zip |
added config for newspaper. added gitpod configs.
Diffstat (limited to '')
-rw-r--r-- | .gitpod.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..8d6f604 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: poetry install --no-dev |