Fix mariadb (#539)

This commit is contained in:
Pascal Vizeli
2019-03-10 21:01:38 +01:00
committed by GitHub
parent ca3e9c4fda
commit 61480978d2
5 changed files with 17 additions and 2 deletions

View File

@@ -9,5 +9,6 @@ RUN apk add --no-cache mariadb mariadb-client
# Copy data
COPY run.sh /
COPY mariadb-server.cnf /etc/my.cnf.d/
CMD [ "/run.sh" ]