Init commit
Docker Build and Release Upload / build (push) Has been cancelled

This commit is contained in:
2025-07-24 17:10:03 -07:00
commit d8bc76cf0b
57 changed files with 11280 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM mysql
ENV MYSQL_DATABASE=Auth
ENV MYSQL_ROOT_PASSWORD=90pa8pav89h4g08hads
ADD mistox.sql /docker-entrypoint-initdb.d
EXPOSE 3306