Skip to content

Commit

Permalink
change containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Reddy authored and Chandra Reddy committed Mar 28, 2024
1 parent 282967c commit 03ee578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Containerfile-db
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM mysql:latest

COPY ./my.cnf /etc/mysql/conf.d/
COPY ./database/set_innodb.sql /docker-entrypoint-initdb.d/

RUN chmod 777 /var/run/mysqld
RUN chmod 777 /var/lib/mysql
Expand Down

0 comments on commit 03ee578

Please sign in to comment.