mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-20 19:45:40 +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
|
|
|