refactor: structuring apps into polyrepo

This commit is contained in:
talksik
2026-01-13 10:53:58 -08:00
parent 564a166f09
commit 5fd763b028
5111 changed files with 4 additions and 121 deletions
-7
View File
@@ -1,7 +0,0 @@
FROM ubuntu:latest
LABEL authors="arjun-flowylabs"
WORKDIR /app
COPY . .
ENTRYPOINT ["top", "-b"]