WIP: can deploy?

This commit is contained in:
2026-07-29 00:30:37 -04:00
parent 8f5c499ee2
commit 4a6732798a
31 changed files with 803 additions and 739 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:stable-alpine
COPY ./dist/. /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]