commit | edc9b87bd580b276bd49448a664a808a819db718 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 13:42:28 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 0037285d86d7c3c1edaad3ba05a7507aa80c989a | |
parent | 0f982131350a65dc36d6da5ec9b2e8c60070dea7 [diff] [blame] |
feat: added operator role
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..0a79056 --- /dev/null +++ b/.dockerignore
@@ -0,0 +1,8 @@ +# Ignore everything +* + +# Except the actual Python-package related files +!atmosphere/** +!poetry.lock +!pyproject.toml +!README.md