Revert "creates kubernetes friendly deployment"

This reverts commit b42153bcc4.
This commit is contained in:
Ahmed Bouhuolia
2023-10-25 20:59:45 +02:00
parent d313774205
commit c498a100bc
10 changed files with 12 additions and 46 deletions

View File

@@ -21,7 +21,6 @@ COPY ./docker-entrypoint.sh /docker-entrypoint-initdb.d/docker-initialize.sh
# the mysql user inside the MySQL Docker container.
RUN chown -R mysql:root /docker-entrypoint-initdb.d
RUN chown -R mysql:root /scripts
# RUN chown -R mysql:root /tmp
CMD ["mysqld"]
EXPOSE 3306