OpenCode (big-pickle): opencode-issue-9

This commit is contained in:
OpenCode Bot
2026-07-06 06:16:28 +00:00
parent 54c9d985c7
commit 7de27f79fe
2 changed files with 104 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM nginx:stable-alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]