From 7f274602d0e1f02e3918256b706a0187f8b728ba Mon Sep 17 00:00:00 2001 From: "hikari.ftg" Date: Mon, 21 Mar 2022 16:50:17 +0000 Subject: [PATCH] Attempt to add okteto cloud deployment support --- okteto.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 okteto.yml diff --git a/okteto.yml b/okteto.yml new file mode 100644 index 0000000..8141a5c --- /dev/null +++ b/okteto.yml @@ -0,0 +1,12 @@ +name: hikka +image: python:3 +command: ["python3", "-m", "hikka", "--root"] +sync: +- .:/usr/src/app +forward: +- 8080:8080 +reverse: +- 9000:9000 +autocreate: true +volumes: +- /root/.cache/pip