From 71c39d6978e02910cc54eee63f21b69834a2db94 Mon Sep 17 00:00:00 2001 From: Ambisee Date: Sun, 24 Sep 2023 21:05:33 +0000 Subject: [PATCH] Initial commit --- scripts/run.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/run.yaml b/scripts/run.yaml index 9ca517b..3dfe49c 100644 --- a/scripts/run.yaml +++ b/scripts/run.yaml @@ -14,3 +14,13 @@ runs: command: /usr/bin/sqlite3 memory: 64 networking: False + - name: http_server-python + rootfs: ../dynamic-apps/lang/python + command: /python http_server.py + memory: 64 + networking: True + - name: echo + rootfs: ../dynamic-apps/echo + command: /bin/echo + memory: 64 + networking: False \ No newline at end of file