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