summaryrefslogtreecommitdiffstats
path: root/Services/postgres/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Services/postgres/README.md')
-rw-r--r--Services/postgres/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/postgres/README.md b/Services/postgres/README.md
index 877403f..cc6366a 100644
--- a/Services/postgres/README.md
+++ b/Services/postgres/README.md
@@ -10,13 +10,13 @@ This container run postgres on fedora server.
## Build and run from local Dockerfile
### Building docker image
-Copy the sources to your docker host
+* Copy sources in your docker host
mkdir startx-docker-images;
cd startx-docker-images;
git clone https://github.com/startxfr/docker-images.git .
-and build the container
+* Build the container
docker build -t sv-postgres Services/postgres/