added phpmyadmin and mysql database, change the html so dont flickering and load container only once

This commit is contained in:
cowrie
2026-04-15 22:50:07 +08:00
parent a2f9e06d09
commit 4530afde5f
8 changed files with 925 additions and 66 deletions

View File

@ -2,7 +2,7 @@ FROM node:20-alpine
WORKDIR /app
RUN npm init -y && npm install express
RUN npm init -y && npm install express mysql2
COPY server.js .
COPY data.json .