summaryrefslogtreecommitdiff
path: root/tools/docker/db/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/docker/db/Dockerfile')
-rw-r--r--tools/docker/db/Dockerfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/docker/db/Dockerfile b/tools/docker/db/Dockerfile
deleted file mode 100644
index 5df9b5a..0000000
--- a/tools/docker/db/Dockerfile
+++ /dev/null
@@ -1,10 +0,0 @@
-FROM mysql:5.7
-
-ENV MYSQL_ROOT_PASSWORD password
-ENV MYSQL_USER patchwork
-ENV MYSQL_PASSWORD password
-
-# We don't want to use the MYSQL_DATABASE env here because
-# we want to be able to create the database with UTF-8 explictly.
-# We also can't load in the data because it's in XML, yay.
-