From 7fe1c9cf9f114d40fe3f534a3902f3dff73c602f Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 6 Dec 2015 16:41:23 +0100 Subject: correcting bug and improve startup display --- Services/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Services/postgres/Dockerfile') diff --git a/Services/postgres/Dockerfile b/Services/postgres/Dockerfile index 22e5761..701c127 100644 --- a/Services/postgres/Dockerfile +++ b/Services/postgres/Dockerfile @@ -19,5 +19,5 @@ RUN chmod 775 /bin/run.sh && \ chmod -R 0700 $DATA_PATH EXPOSE 5432 -VOLUME [$DATA_PATH,$LOG_PATH] +VOLUME [$DATA_PATH, $LOG_PATH] CMD ["/bin/run.sh"] -- cgit v1.2.3