From 32c43c13cee4f1a95bfab0ab8c4ebd0385fe6d11 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 3 Aug 2024 12:09:16 +0500 Subject: [PATCH] nicer webui --- .build/Dockerfile | 2 +- public/index.html | 2 +- uploads/.gitkeep | 0 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 uploads/.gitkeep diff --git a/.build/Dockerfile b/.build/Dockerfile index d0902e2..531999d 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -16,6 +16,6 @@ RUN rm -rf \ /var/lib/{apt,dpkg} \ /var/{cache,log,spool} \ /var/www/html/{.git,.build,README.md,env.example,docker-compose.yml,.gitignore} -RUN mkdir -p logs +RUN mkdir -p uploads && chmod 777 -R uploads/ CMD python3 -m http.server --cgi 8000 --directory public diff --git a/public/index.html b/public/index.html index 7251f4e..f33cea9 100644 --- a/public/index.html +++ b/public/index.html @@ -49,7 +49,7 @@

Upload Recipt

-
+ diff --git a/uploads/.gitkeep b/uploads/.gitkeep new file mode 100644 index 0000000..e69de29