mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-21 03:55:39 +02:00
6 lines
114 B
Bash
6 lines
114 B
Bash
|
#!/bin/sh
|
||
|
# run in dev mode
|
||
|
|
||
|
docker run -it --rm --name restpie-dev -p 8100:80 -v `pwd`/:/app/ restpie-dev-image
|
||
|
|