Copy base from mistoxwebsite
Docker Build and Release Upload / build (push) Has been cancelled

This commit is contained in:
2025-07-13 19:04:43 -07:00
parent a0e106c2bc
commit 22a30933ca
103 changed files with 13926 additions and 457 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM mysql
ENV MYSQL_DATABASE=boredcareers
ENV MYSQL_ROOT_PASSWORD=90pa8pav89h4g08hads
ADD mistox.sql /docker-entrypoint-initdb.d
EXPOSE 3306