mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-18 01:34:46 +02:00
5 lines
114 B
Bash
Executable file
5 lines
114 B
Bash
Executable file
#!/bin/sh
|
|
# run in dev mode
|
|
|
|
docker run -it --rm --name restpie-dev -p 8100:80 -v `pwd`/:/app/ restpie-dev-image
|
|
|