summaryrefslogtreecommitdiffstats
path: root/Services/postgres/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Services/postgres/Dockerfile')
-rw-r--r--Services/postgres/Dockerfile4
1 files changed, 2 insertions, 2 deletions
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" ]