frontend structiure generated

This commit is contained in:
2025-04-17 17:00:15 +02:00
parent 22b6f3bd2a
commit 3ee632b683
15 changed files with 720 additions and 30 deletions

8
wagfarm-ui/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
# Use Nginx as the base image
FROM nginx:alpine
# Copy the frontend files into the Nginx default directory
COPY ./ /usr/share/nginx/html
# Expose the default Nginx port (80)
EXPOSE 80