mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-08-03 01:25:22 +02:00
MikroWizard Initial commit | MikroMan Welcome to the world :)
This commit is contained in:
commit
8c49b9a55d
96 changed files with 12274 additions and 0 deletions
5
run.sh
Executable file
5
run.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# run in dev mode
|
||||
|
||||
docker run -it --rm --name restpie-dev -p 8100:80 -v `pwd`/:/app/ restpie-dev-image
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue