Skip to content

Commit 7fab741

Browse files
authored
ci: revert db dockerfile
1 parent 3c91773 commit 7fab741

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docker/db.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,3 @@ LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
5858

5959
# Copy the mysql data folder from the import stage
6060
COPY --from=importStage /var/lib/mysql /var/lib/mysql
61-
62-
ENTRYPOINT ['docker-entrypoint.sh']
63-
CMD ['mariadbd', '--character-set-server=utf8', '--collation-server=utf8_unicode_ci', '--innodb-buffer-pool-size=1G', '--innodb-log-buffer-size=128M', '--innodb-log-file-size=256M', '--innodb-write-io-threads=8', '--innodb-flush-log-at-trx-commit=0', '--performance-schema=1']

0 commit comments

Comments
 (0)