Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Mar 3, 2024
1 parent 5c8bf85 commit 6a96ba3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ pdo_mysql.default_socket=/run/mysqld/mysqld.sock
mysqli.default_socket=/run/mysqld/mysqld.sock
EOF

COPY --chmod=555 <<EOF /usr/local/etc/php/conf.d/99-opcache-dev.ini
opcache.enable_file_override=0
EOF

RUN <<EOF
set -e
/usr/bin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --user=www-data &
Expand Down

0 comments on commit 6a96ba3

Please sign in to comment.