3 lines
82 B
Bash
3 lines
82 B
Bash
|
|
#!/bin/bash
|
||
|
|
docker run --rm -p 8000:8000 -v $(pwd):/app origo php -S 0.0.0.0:8000
|