screenshots for refactor/codebase-cleanup PR

This commit is contained in:
Paul Nothaft
2026-07-03 08:28:05 +02:00
commit c153b5b891
1141 changed files with 287060 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM node:22-alpine
WORKDIR /app
COPY server.js ./
EXPOSE 8888
CMD ["node", "server.js"]