inital commit

This commit is contained in:
2026-06-12 16:06:03 -04:00
commit bdb2f88b90
10 changed files with 1052 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM nginx:1.27-alpine
LABEL org.opencontainers.image.title="Euchre Scoreboard"
LABEL org.opencontainers.image.description="Web-based Euchre scoring app"
LABEL org.opencontainers.image.licenses="MIT"
COPY public/ /usr/share/nginx/html/
EXPOSE 80