initial commit of CaaS (Cats as a Service)

This commit is contained in:
2025-03-07 13:18:50 -06:00
commit 319b32ef2c
83 changed files with 90 additions and 0 deletions

4
caas.Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:latest
COPY cats /usr/share/nginx/html/cats
COPY nginx.conf /etc/nginx/nginx.conf
COPY default.conf /etc/nginx/conf.d/default.conf