From 8091944e3f3ca56a650a2b7ad513abd57f0b3c81 Mon Sep 17 00:00:00 2001 From: Alexandra Goff Date: Thu, 18 Jul 2024 10:03:28 -0700 Subject: [PATCH] build: comment out copy line --- db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/Dockerfile b/db/Dockerfile index 8fa80a6e..15efa7eb 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -1,4 +1,4 @@ FROM postgres:13-alpine # Commented out so that the Makefile DB scripts can do their thing -COPY db.sql /docker-entrypoint-initdb.d/db.sql \ No newline at end of file +# COPY db.sql /docker-entrypoint-initdb.d/db.sql \ No newline at end of file