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