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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user