summaryrefslogtreecommitdiffstats
path: root/Applications/phpmyadmin/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/phpmyadmin/README.md')
-rw-r--r--Applications/phpmyadmin/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Applications/phpmyadmin/README.md b/Applications/phpmyadmin/README.md
index ab0d25f..3079538 100644
--- a/Applications/phpmyadmin/README.md
+++ b/Applications/phpmyadmin/README.md
@@ -6,13 +6,13 @@ This container run phpMyAdmin on PHP server running under a 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 startx/app-pma Applications/phpmyadmin/