added phpmyadmin and mysql database, change the html so dont flickering and load container only once
This commit is contained in:
@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user