From 192127f0c79036f3d7a05ee773102591ff03b606 Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Mon, 9 Mar 2020 15:54:34 -0400 Subject: [PATCH] Fixes typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fee1632..a0de1f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM postgres -COPY ./initdb.sh:/docker-entrypoint-initdb.d/initdb.sh +COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh EXPOSE 5432 VOLUME ["/var/lib/postgresql/data"] ENV POSTGRES_USER=$POSTGRES_USER