3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 12:35:35 +00:00

Adding .my.cnf to disable column-statistics backup

Fixes #10176

The ```.my.cnf``` file is copied to ```/root/.my.cnf``` for each
Dockerfile that exists
This commit is contained in:
Thomas Misilo
2022-01-13 14:36:00 -06:00
parent 0e5ef53c35
commit 930666ffa0
4 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,8 @@ RUN apk add --no-cache \
mysql-client \
tini
COPY docker/.my.cnf /root/.my.cnf
# Where apache's PID lives
RUN mkdir -p /run/apache2 && chown apache:apache /run/apache2