Add frontend/Dockerfile

This commit is contained in:
2026-06-01 14:21:28 +00:00
parent c6a72c68e7
commit d09b54e130
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY frontend/index.html /usr/share/nginx/html/index.html
COPY nginx.conf /etc/nginx/conf.d/default.conf