aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2015-09-05 14:44:29 +0700
committerMhd Sulhan <ms@kilabit.info>2015-09-05 14:44:29 +0700
commit4a0c2faec08d5007ace2457624d129fd240ed7f4 (patch)
treeb636f6accd224755999265730a92df38cf4872b5
parent53fe3b2abbad25d9321b9575cb48259759255af9 (diff)
downloadarch-docker-4a0c2faec08d5007ace2457624d129fd240ed7f4.tar.xz
Fix typo on "ExPOSE".
-rw-r--r--arch-postgresql/Dockerfile.local2
-rw-r--r--arch-postgresql/Dockerfile.online2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch-postgresql/Dockerfile.local b/arch-postgresql/Dockerfile.local
index d08dc87..5ee990d 100644
--- a/arch-postgresql/Dockerfile.local
+++ b/arch-postgresql/Dockerfile.local
@@ -1,7 +1,7 @@
FROM sulhan/arch-base:latest
MAINTAINER Sulhan <ms@kilabit.info>
-ExPOSE 5432
+EXPOSE 5432
COPY bootstrap.sh /
COPY init.sh /
diff --git a/arch-postgresql/Dockerfile.online b/arch-postgresql/Dockerfile.online
index b5ba6b0..8ce79d3 100644
--- a/arch-postgresql/Dockerfile.online
+++ b/arch-postgresql/Dockerfile.online
@@ -1,7 +1,7 @@
FROM sulhan/arch-base:latest
MAINTAINER Sulhan <ms@kilabit.info>
-ExPOSE 5432
+EXPOSE 5432
COPY bootstrap.sh /
COPY init.sh /