From 64011c6592a1f2c0d581b2bfe1f1d9f00ad1f7a6 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 30 Oct 2016 12:31:03 +0100 Subject: fixin bug in volumes exported --- Services/postgres/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Services/postgres') diff --git a/Services/postgres/Dockerfile b/Services/postgres/Dockerfile index 9eee587..6e6c485 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] -CMD ["/bin/run.sh"] +VOLUME [ $DATA_PATH, $LOG_PATH ] +CMD [ "/bin/run.sh" ] -- cgit v1.2.3