Browse Source

Update 'README.md'

Android advanced developer 2 years ago
parent
commit
f24fbb25c9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -1,2 +1,7 @@
 # frankenphp
 
+```
+docker run -v $PWD:/app/public \
+    -p 80:80 -p 443:443 \
+    dunglas/frankenphp
+```